Color Hex Logo

#ce028a Color Hex

#CE028A
(206,2,138)
0 Favorites   0 Comments

Color spaces of #ce028a

RGB 2062138
HSL0.890.980.41
HSV320°99°81°
CMYK 0.000.990.33   0.19
XYZ30.062815.000225.3556
Yxy15.00020.42690.2130
Hunter Lab38.730170.7764-11.7046
CIE-Lab45.634575.0040-16.7798

#ce028a color RGB value is (206,2,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000010 10001010
Octal 316 2 212
Decimal 206 2 138
Hex CE 2 8A

RGB Percentages of Color #ce028a

%59.54
%0.58
%39.88

CMYK Percentages of Color #ce028a

%0
%99
%33
%19

Triadic Colors of #ce028a

#ce028a #8ace02 #028ace

Analogous Colors of #ce028a

#ce028a #ce0224 #ac02ce

Monochromatic Colors of #ce028a

#ce028a

Complementary Color

#ce028a #02ce46

#ce028a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce028a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce028a Color CSS Codes

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

#ce028a Text Font Color

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

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


#ce028a Background Color

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

This div background color is #ce028a


#ce028a Border Color

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

This div border color is #ce028a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce028a


Comments

No comments written yet.

Please login to write comment.