Color Hex Logo

#ce004d Color Hex

#CE004D
(206,0,77)
0 Favorites   0 Comments

Color spaces of #ce004d

RGB 206077
HSL0.941.000.40
HSV338°100°81°
CMYK 0.001.000.63   0.19
XYZ26.793213.65768.2452
Yxy13.65760.55020.2805
Hunter Lab36.956264.739012.6413
CIE-Lab43.737870.352018.3820

#ce004d color RGB value is (206,0,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000000 01001101
Octal 316 0 115
Decimal 206 0 77
Hex CE 0 4D

RGB Percentages of Color #ce004d

%72.79
%0.00
%27.21

CMYK Percentages of Color #ce004d

%0
%100
%63
%19

Triadic Colors of #ce004d

#ce004d #4dce00 #004dce

Analogous Colors of #ce004d

#ce004d #ce1a00 #ce00b4

Monochromatic Colors of #ce004d

#ce004d

Complementary Color

#ce004d #00ce81

#ce004d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce004d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce004d Color CSS Codes

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

#ce004d Text Font Color

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

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


#ce004d Background Color

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

This div background color is #ce004d


#ce004d Border Color

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

This div border color is #ce004d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce004d


Comments

No comments written yet.

Please login to write comment.