Color Hex Logo

#ce819c Color Hex

#CE819C
(206,129,156)
0 Favorites   0 Comments

Color spaces of #ce819c

RGB 206129156
HSL0.940.440.66
HSV339°37°81°
CMYK 0.000.370.24   0.19
XYZ39.304631.222635.4075
Yxy31.22260.37100.2947
Hunter Lab55.877227.77371.5439
CIE-Lab62.695133.3073-1.8523

#ce819c color RGB value is (206,129,156).

#ce819c hex color red value is 206, green value is 129 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ce819c hue: 0.94 , saturation: 0.44 and the lightness value of ce819c is 0.66.

The process color (four color CMYK) of #ce819c color hex is 0.00, 0.37, 0.24, 0.19. Web safe color of #ce819c is #cc9999. Color #ce819c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000001 10011100
Octal 316 201 234
Decimal 206 129 156
Hex CE 81 9C

RGB Percentages of Color #ce819c

%41.96
%26.27
%31.77

CMYK Percentages of Color #ce819c

%0
%37
%24
%19

Triadic Colors of #ce819c

#ce819c #9cce81 #819cce

Analogous Colors of #ce819c

#ce819c #ce8d81 #ce81c3

Monochromatic Colors of #ce819c

#ce819c

Complementary Color

#ce819c #81ceb3

#ce819c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce819c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce819c Color CSS Codes

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

#ce819c Text Font Color

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

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


#ce819c Background Color

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

This div background color is #ce819c


#ce819c Border Color

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

This div border color is #ce819c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce819c


Comments

No comments written yet.

Please login to write comment.