Color Hex Logo

#ce5dbf Color Hex

#CE5DBF
(206,93,191)
0 Favorites   0 Comments

Color spaces of #ce5dbf

RGB 20693191
HSL0.860.540.59
HSV308°55°81°
CMYK 0.000.550.07   0.19
XYZ38.771924.712152.0166
Yxy24.71210.33570.2140
Hunter Lab49.711352.2249-27.2417
CIE-Lab56.793857.0533-30.8408

#ce5dbf color RGB value is (206,93,191).

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

The process color (four color CMYK) of #ce5dbf color hex is 0.00, 0.55, 0.07, 0.19. Web safe color of #ce5dbf is #cc66cc. Color #ce5dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011101 10111111
Octal 316 135 277
Decimal 206 93 191
Hex CE 5D BF

RGB Percentages of Color #ce5dbf

%42.04
%18.98
%38.98

CMYK Percentages of Color #ce5dbf

%0
%55
%7
%19

Triadic Colors of #ce5dbf

#ce5dbf #bfce5d #5dbfce

Analogous Colors of #ce5dbf

#ce5dbf #ce5d87 #a55dce

Monochromatic Colors of #ce5dbf

#ce5dbf

Complementary Color

#ce5dbf #5dce6c

#ce5dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5dbf Color CSS Codes

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

#ce5dbf Text Font Color

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

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


#ce5dbf Background Color

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

This div background color is #ce5dbf


#ce5dbf Border Color

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

This div border color is #ce5dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5dbf


Comments

No comments written yet.

Please login to write comment.