Color Hex Logo

#ce158a Color Hex

#CE158A
(206,21,138)
0 Favorites   0 Comments

Color spaces of #ce158a

RGB 20621138
HSL0.890.810.45
HSV322°90°81°
CMYK 0.000.900.33   0.19
XYZ30.309215.493125.4378
Yxy15.49310.42550.2175
Hunter Lab39.361368.5674-10.7641
CIE-Lab46.302373.0536-15.7612

#ce158a color RGB value is (206,21,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00010101 10001010
Octal 316 25 212
Decimal 206 21 138
Hex CE 15 8A

RGB Percentages of Color #ce158a

%56.44
%5.75
%37.81

CMYK Percentages of Color #ce158a

%0
%90
%33
%19

Triadic Colors of #ce158a

#ce158a #8ace15 #158ace

Analogous Colors of #ce158a

#ce158a #ce152e #b615ce

Monochromatic Colors of #ce158a

#ce158a

Complementary Color

#ce158a #15ce59

#ce158a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce158a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce158a Color CSS Codes

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

#ce158a Text Font Color

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

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


#ce158a Background Color

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

This div background color is #ce158a


#ce158a Border Color

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

This div border color is #ce158a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce158a


Comments

No comments written yet.

Please login to write comment.