Color Hex Logo

#ce159b Color Hex

#CE159B
(206,21,155)
0 Favorites   0 Comments

Color spaces of #ce159b

RGB 20621155
HSL0.880.810.45
HSV317°90°81°
CMYK 0.000.900.25   0.19
XYZ31.638216.024732.4359
Yxy16.02470.39500.2001
Hunter Lab40.030971.0226-20.0194
CIE-Lab47.006974.9382-24.9404

#ce159b color RGB value is (206,21,155).

#ce159b hex color red value is 206, green value is 21 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ce159b hue: 0.88 , saturation: 0.81 and the lightness value of ce159b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010101 10011011
Octal 316 25 233
Decimal 206 21 155
Hex CE 15 9B

RGB Percentages of Color #ce159b

%53.93
%5.50
%40.58

CMYK Percentages of Color #ce159b

%0
%90
%25
%19

Triadic Colors of #ce159b

#ce159b #9bce15 #159bce

Analogous Colors of #ce159b

#ce159b #ce153f #a515ce

Monochromatic Colors of #ce159b

#ce159b

Complementary Color

#ce159b #15ce48

#ce159b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce159b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce159b Color CSS Codes

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

#ce159b Text Font Color

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

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


#ce159b Background Color

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

This div background color is #ce159b


#ce159b Border Color

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

This div border color is #ce159b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce159b


Comments

No comments written yet.

Please login to write comment.