Color Hex Logo

#ce6dd2 Color Hex

#CE6DD2
(206,109,210)
0 Favorites   0 Comments

Color spaces of #ce6dd2

RGB 206109210
HSL0.830.530.63
HSV298°48°82°
CMYK 0.020.480.00   0.18
XYZ42.555128.712264.2719
Yxy28.71220.31400.2118
Hunter Lab53.583847.9894-33.6077
CIE-Lab60.526852.6516-35.8283

#ce6dd2 color RGB value is (206,109,210).

#ce6dd2 hex color red value is 206, green value is 109 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #ce6dd2 hue: 0.83 , saturation: 0.53 and the lightness value of ce6dd2 is 0.63.

The process color (four color CMYK) of #ce6dd2 color hex is 0.02, 0.48, 0.00, 0.18. Web safe color of #ce6dd2 is #cc66cc. Color #ce6dd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101101 11010010
Octal 316 155 322
Decimal 206 109 210
Hex CE 6D D2

RGB Percentages of Color #ce6dd2

%39.24
%20.76
%40.00

CMYK Percentages of Color #ce6dd2

%2
%48
%0
%18

Triadic Colors of #ce6dd2

#ce6dd2 #d2ce6d #6dd2ce

Analogous Colors of #ce6dd2

#ce6dd2 #d26da4 #9c6dd2

Monochromatic Colors of #ce6dd2

#ce6dd2

Complementary Color

#ce6dd2 #71d26d

#ce6dd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6dd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6dd2 Color CSS Codes

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

#ce6dd2 Text Font Color

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

This sample text font color is #ce6dd2
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.


#ce6dd2 Background Color

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

This div background color is #ce6dd2


#ce6dd2 Border Color

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

This div border color is #ce6dd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6dd2


Comments

No comments written yet.

Please login to write comment.