Color Hex Logo

#ce5dab Color Hex

#CE5DAB
(206,93,171)
0 Favorites   0 Comments

Color spaces of #ce5dab

RGB 20693171
HSL0.880.540.59
HSV319°55°81°
CMYK 0.000.550.17   0.19
XYZ36.718623.890841.2042
Yxy23.89080.36060.2347
Hunter Lab48.878248.5570-15.7666
CIE-Lab55.978353.9034-20.5624

#ce5dab color RGB value is (206,93,171).

#ce5dab hex color red value is 206, green value is 93 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ce5dab hue: 0.88 , saturation: 0.54 and the lightness value of ce5dab is 0.59.

The process color (four color CMYK) of #ce5dab color hex is 0.00, 0.55, 0.17, 0.19. Web safe color of #ce5dab is #cc6699. Color #ce5dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011101 10101011
Octal 316 135 253
Decimal 206 93 171
Hex CE 5D AB

RGB Percentages of Color #ce5dab

%43.83
%19.79
%36.38

CMYK Percentages of Color #ce5dab

%0
%55
%17
%19

Triadic Colors of #ce5dab

#ce5dab #abce5d #5dabce

Analogous Colors of #ce5dab

#ce5dab #ce5d73 #b95dce

Monochromatic Colors of #ce5dab

#ce5dab

Complementary Color

#ce5dab #5dce80

#ce5dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5dab Color CSS Codes

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

#ce5dab Text Font Color

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

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


#ce5dab Background Color

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

This div background color is #ce5dab


#ce5dab Border Color

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

This div border color is #ce5dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5dab


Comments

No comments written yet.

Please login to write comment.