Color Hex Logo

#ce005f Color Hex

#CE005F
(206,0,95)
0 Favorites   0 Comments

Color spaces of #ce005f

RGB 206095
HSL0.921.000.40
HSV332°100°81°
CMYK 0.001.000.54   0.19
XYZ27.519213.948012.0683
Yxy13.94800.51400.2605
Hunter Lab37.347066.17076.9840
CIE-Lab44.158371.47457.6502

#ce005f color RGB value is (206,0,95).

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

The process color (four color CMYK) of #ce005f color hex is 0.00, 1.00, 0.54, 0.19. Web safe color of #ce005f is #cc0066. Color #ce005f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000000 01011111
Octal 316 0 137
Decimal 206 0 95
Hex CE 0 5F

RGB Percentages of Color #ce005f

%68.44
%0.00
%31.56

CMYK Percentages of Color #ce005f

%0
%100
%54
%19

Triadic Colors of #ce005f

#ce005f #5fce00 #005fce

Analogous Colors of #ce005f

#ce005f #ce0800 #ce00c6

Monochromatic Colors of #ce005f

#ce005f

Complementary Color

#ce005f #00ce6f

#ce005f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce005f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce005f Color CSS Codes

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

#ce005f Text Font Color

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

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


#ce005f Background Color

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

This div background color is #ce005f


#ce005f Border Color

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

This div border color is #ce005f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce005f


Comments

No comments written yet.

Please login to write comment.