Color Hex Logo

#ce1dad Color Hex

#CE1DAD
(206,29,173)
0 Favorites   0 Comments

Color spaces of #ce1dad

RGB 20629173
HSL0.860.750.46
HSV311°86°81°
CMYK 0.000.860.16   0.19
XYZ33.435817.017741.0576
Yxy17.01770.36540.1860
Hunter Lab41.252572.4851-30.1331
CIE-Lab48.282375.8828-33.6595

#ce1dad color RGB value is (206,29,173).

#ce1dad hex color red value is 206, green value is 29 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ce1dad hue: 0.86 , saturation: 0.75 and the lightness value of ce1dad is 0.46.

The process color (four color CMYK) of #ce1dad color hex is 0.00, 0.86, 0.16, 0.19. Web safe color of #ce1dad is #cc3399. Color #ce1dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00011101 10101101
Octal 316 35 255
Decimal 206 29 173
Hex CE 1D AD

RGB Percentages of Color #ce1dad

%50.49
%7.11
%42.40

CMYK Percentages of Color #ce1dad

%0
%86
%16
%19

Triadic Colors of #ce1dad

#ce1dad #adce1d #1dadce

Analogous Colors of #ce1dad

#ce1dad #ce1d54 #971dce

Monochromatic Colors of #ce1dad

#ce1dad

Complementary Color

#ce1dad #1dce3e

#ce1dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce1dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce1dad Color CSS Codes

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

#ce1dad Text Font Color

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

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


#ce1dad Background Color

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

This div background color is #ce1dad


#ce1dad Border Color

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

This div border color is #ce1dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce1dad


Comments

No comments written yet.

Please login to write comment.