Color Hex Logo

#ce149f Color Hex

#CE149F
(206,20,159)
0 Favorites   0 Comments

Color spaces of #ce149f

RGB 20620159
HSL0.880.820.44
HSV315°90°81°
CMYK 0.000.900.23   0.19
XYZ31.961816.125334.2288
Yxy16.12530.38830.1959
Hunter Lab40.156371.8007-22.4287
CIE-Lab47.138575.5485-27.1307

#ce149f color RGB value is (206,20,159).

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

The process color (four color CMYK) of #ce149f color hex is 0.00, 0.90, 0.23, 0.19. Web safe color of #ce149f is #cc0099. Color #ce149f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010100 10011111
Octal 316 24 237
Decimal 206 20 159
Hex CE 14 9F

RGB Percentages of Color #ce149f

%53.51
%5.19
%41.30

CMYK Percentages of Color #ce149f

%0
%90
%23
%19

Triadic Colors of #ce149f

#ce149f #9fce14 #149fce

Analogous Colors of #ce149f

#ce149f #ce1442 #a014ce

Monochromatic Colors of #ce149f

#ce149f

Complementary Color

#ce149f #14ce43

#ce149f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce149f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce149f Color CSS Codes

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

#ce149f Text Font Color

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

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


#ce149f Background Color

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

This div background color is #ce149f


#ce149f Border Color

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

This div border color is #ce149f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,20,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 #ce149f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce149f


Comments

No comments written yet.

Please login to write comment.