Color Hex Logo

#ce005d Color Hex

#CE005D
(206,0,93)
0 Favorites   0 Comments

Color spaces of #ce005d

RGB 206093
HSL0.921.000.40
HSV333°100°81°
CMYK 0.001.000.55   0.19
XYZ27.429413.912111.5955
Yxy13.91210.51820.2628
Hunter Lab37.298965.99477.6772
CIE-Lab44.106671.33708.8325

#ce005d color RGB value is (206,0,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000000 01011101
Octal 316 0 135
Decimal 206 0 93
Hex CE 0 5D

RGB Percentages of Color #ce005d

%68.90
%0.00
%31.10

CMYK Percentages of Color #ce005d

%0
%100
%55
%19

Triadic Colors of #ce005d

#ce005d #5dce00 #005dce

Analogous Colors of #ce005d

#ce005d #ce0a00 #ce00c4

Monochromatic Colors of #ce005d

#ce005d

Complementary Color

#ce005d #00ce71

#ce005d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce005d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce005d Color CSS Codes

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

#ce005d Text Font Color

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

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


#ce005d Background Color

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

This div background color is #ce005d


#ce005d Border Color

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

This div border color is #ce005d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce005d


Comments

No comments written yet.

Please login to write comment.