Color Hex Logo

#ce0dcb Color Hex

#CE0DCB
(206,13,203)
0 Favorites   0 Comments

Color spaces of #ce0dcb

RGB 20613203
HSL0.840.880.43
HSV301°94°81°
CMYK 0.000.940.01   0.19
XYZ36.377017.721558.0032
Yxy17.72150.32450.1581
Hunter Lab42.096980.5767-52.2248
CIE-Lab49.156682.1747-49.7901

#ce0dcb color RGB value is (206,13,203).

#ce0dcb hex color red value is 206, green value is 13 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ce0dcb hue: 0.84 , saturation: 0.88 and the lightness value of ce0dcb is 0.43.

The process color (four color CMYK) of #ce0dcb color hex is 0.00, 0.94, 0.01, 0.19. Web safe color of #ce0dcb is #cc00cc. Color #ce0dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001101 11001011
Octal 316 15 313
Decimal 206 13 203
Hex CE D CB

RGB Percentages of Color #ce0dcb

%48.82
%3.08
%48.10

CMYK Percentages of Color #ce0dcb

%0
%94
%1
%19

Triadic Colors of #ce0dcb

#ce0dcb #cbce0d #0dcbce

Analogous Colors of #ce0dcb

#ce0dcb #ce0d6b #710dce

Monochromatic Colors of #ce0dcb

#ce0dcb

Complementary Color

#ce0dcb #0dce10

#ce0dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0dcb Color CSS Codes

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

#ce0dcb Text Font Color

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

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


#ce0dcb Background Color

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

This div background color is #ce0dcb


#ce0dcb Border Color

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

This div border color is #ce0dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0dcb


Comments

No comments written yet.

Please login to write comment.