Color Hex Logo

#ce008f Color Hex

#CE008F
(206,0,143)
0 Favorites   0 Comments

Color spaces of #ce008f

RGB 2060143
HSL0.881.000.40
HSV318°100°81°
CMYK 0.001.000.31   0.19
XYZ30.411515.105027.2993
Yxy15.10500.41760.2074
Hunter Lab38.865271.6600-14.4403
CIE-Lab45.777775.6988-19.5999

#ce008f color RGB value is (206,0,143).

#ce008f hex color red value is 206, green value is 0 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ce008f hue: 0.88 , saturation: 1.00 and the lightness value of ce008f is 0.40.

The process color (four color CMYK) of #ce008f color hex is 0.00, 1.00, 0.31, 0.19. Web safe color of #ce008f is #cc0099. Color #ce008f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000000 10001111
Octal 316 0 217
Decimal 206 0 143
Hex CE 0 8F

RGB Percentages of Color #ce008f

%59.03
%0.00
%40.97

CMYK Percentages of Color #ce008f

%0
%100
%31
%19

Triadic Colors of #ce008f

#ce008f #8fce00 #008fce

Analogous Colors of #ce008f

#ce008f #ce0028 #a600ce

Monochromatic Colors of #ce008f

#ce008f

Complementary Color

#ce008f #00ce3f

#ce008f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce008f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce008f Color CSS Codes

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

#ce008f Text Font Color

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

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


#ce008f Background Color

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

This div background color is #ce008f


#ce008f Border Color

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

This div border color is #ce008f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce008f


Comments

No comments written yet.

Please login to write comment.