Color Hex Logo

#ce819f Color Hex

#CE819F
(206,129,159)
0 Favorites   0 Comments

Color spaces of #ce819f

RGB 206129159
HSL0.940.440.66
HSV337°37°81°
CMYK 0.000.370.23   0.19
XYZ39.561931.325536.7622
Yxy31.32550.36750.2910
Hunter Lab55.969228.22690.2350
CIE-Lab62.781533.7462-3.4355

#ce819f color RGB value is (206,129,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000001 10011111
Octal 316 201 237
Decimal 206 129 159
Hex CE 81 9F

RGB Percentages of Color #ce819f

%41.70
%26.11
%32.19

CMYK Percentages of Color #ce819f

%0
%37
%23
%19

Triadic Colors of #ce819f

#ce819f #9fce81 #819fce

Analogous Colors of #ce819f

#ce819f #ce8a81 #ce81c6

Monochromatic Colors of #ce819f

#ce819f

Complementary Color

#ce819f #81ceb0

#ce819f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce819f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce819f Color CSS Codes

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

#ce819f Text Font Color

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

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


#ce819f Background Color

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

This div background color is #ce819f


#ce819f Border Color

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

This div border color is #ce819f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce819f


Comments

No comments written yet.

Please login to write comment.