Color Hex Logo

#ce6ddf Color Hex

#CE6DDF
(206,109,223)
0 Favorites   0 Comments

Color spaces of #ce6ddf

RGB 206109223
HSL0.810.640.65
HSV291°51°87°
CMYK 0.080.510.00   0.13
XYZ44.241529.386873.1525
Yxy29.38680.30140.2002
Hunter Lab54.209650.8105-42.0615
CIE-Lab61.121555.0757-42.1992

#ce6ddf color RGB value is (206,109,223).

#ce6ddf hex color red value is 206, green value is 109 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ce6ddf hue: 0.81 , saturation: 0.64 and the lightness value of ce6ddf is 0.65.

The process color (four color CMYK) of #ce6ddf color hex is 0.08, 0.51, 0.00, 0.13. Web safe color of #ce6ddf is #cc66cc. Color #ce6ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101101 11011111
Octal 316 155 337
Decimal 206 109 223
Hex CE 6D DF

RGB Percentages of Color #ce6ddf

%38.29
%20.26
%41.45

CMYK Percentages of Color #ce6ddf

%8
%51
%0
%13

Triadic Colors of #ce6ddf

#ce6ddf #dfce6d #6ddfce

Analogous Colors of #ce6ddf

#ce6ddf #df6db7 #956ddf

Monochromatic Colors of #ce6ddf

#ce6ddf

Complementary Color

#ce6ddf #7edf6d

#ce6ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6ddf Color CSS Codes

.mybgcolor {background-color:#ce6ddf; } 
.myforecolor {color:#ce6ddf; }
.mybordercolor {border:3px solid #ce6ddf; }

#ce6ddf Text Font Color

<p style="color:#ce6ddf">Text here</p>

This sample text font color is #ce6ddf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ce6ddf Background Color

<div style="background-color:#ce6ddf">
Div content here</div>

This div background color is #ce6ddf


#ce6ddf Border Color

<div style="border:3px solid #ce6ddf">
Div here</div>

This div border color is #ce6ddf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,109,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce6ddf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce6ddf;
  -webkit-box-shadow: 1px 1px 3px 2px #ce6ddf;
  box-shadow:         1px 1px 3px 2px #ce6ddf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,109,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ce6ddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ce6ddf;
  -webkit-box-shadow: 1px 1px 3px 2px #ce6ddf;
  box-shadow:         1px 1px 3px 2px #ce6ddf;">
Div content here</div>

This div box has shadow with color #ce6ddf


Comments

No comments written yet.

Please login to write comment.