Color Hex Logo

#ce0dce Color Hex

#CE0DCE
(206,13,206)
0 Favorites   0 Comments

Color spaces of #ce0dce

RGB 20613206
HSL0.830.880.43
HSV300°94°81°
CMYK 0.000.940.00   0.19
XYZ36.738117.865959.9047
Yxy17.86590.32080.1560
Hunter Lab42.268181.1775-54.4415
CIE-Lab49.333182.6112-51.2384

#ce0dce color RGB value is (206,13,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001101 11001110
Octal 316 15 316
Decimal 206 13 206
Hex CE D CE

RGB Percentages of Color #ce0dce

%48.47
%3.06
%48.47

CMYK Percentages of Color #ce0dce

%0
%94
%0
%19

Triadic Colors of #ce0dce

#ce0dce #cece0d #0dcece

Analogous Colors of #ce0dce

#ce0dce #ce0d6e #6e0dce

Monochromatic Colors of #ce0dce

#ce0dce

Complementary Color

#ce0dce #0dce0d

#ce0dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0dce Color CSS Codes

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

#ce0dce Text Font Color

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

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


#ce0dce Background Color

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

This div background color is #ce0dce


#ce0dce Border Color

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

This div border color is #ce0dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0dce


Comments

No comments written yet.

Please login to write comment.