Color Hex Logo

#ce149e Color Hex

#CE149E
(206,20,158)
0 Favorites   0 Comments

Color spaces of #ce149e

RGB 20620158
HSL0.880.820.44
HSV315°90°81°
CMYK 0.000.900.23   0.19
XYZ31.875316.090733.7736
Yxy16.09070.39000.1969
Hunter Lab40.113271.6439-21.8404
CIE-Lab47.093375.4293-26.6031

#ce149e color RGB value is (206,20,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010100 10011110
Octal 316 24 236
Decimal 206 20 158
Hex CE 14 9E

RGB Percentages of Color #ce149e

%53.65
%5.21
%41.15

CMYK Percentages of Color #ce149e

%0
%90
%23
%19

Triadic Colors of #ce149e

#ce149e #9ece14 #149ece

Analogous Colors of #ce149e

#ce149e #ce1441 #a114ce

Monochromatic Colors of #ce149e

#ce149e

Complementary Color

#ce149e #14ce44

#ce149e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce149e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce149e Color CSS Codes

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

#ce149e Text Font Color

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

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


#ce149e Background Color

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

This div background color is #ce149e


#ce149e Border Color

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

This div border color is #ce149e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce149e

#ce149e Color Palettes


Comments

No comments written yet.

Please login to write comment.