Color Hex Logo

#ce2c09 Color Hex

#CE2C09
(206,44,9)
0 Favorites   0 Comments

Color spaces of #ce2c09

RGB 206449
HSL0.030.920.42
HSV11°96°81°
CMYK 0.000.790.96   0.19
XYZ26.403614.94291.7511
Yxy14.94290.61260.3467
Hunter Lab38.656054.274424.3734
CIE-Lab45.555960.918755.6476

#ce2c09 color RGB value is (206,44,9).

#ce2c09 hex color red value is 206, green value is 44 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #ce2c09 hue: 0.03 , saturation: 0.92 and the lightness value of ce2c09 is 0.42.

The process color (four color CMYK) of #ce2c09 color hex is 0.00, 0.79, 0.96, 0.19. Web safe color of #ce2c09 is #cc3300. Color #ce2c09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101100 00001001
Octal 316 54 11
Decimal 206 44 9
Hex CE 2C 9

RGB Percentages of Color #ce2c09

%79.54
%16.99
%3.47

CMYK Percentages of Color #ce2c09

%0
%79
%96
%19

Triadic Colors of #ce2c09

#ce2c09 #09ce2c #2c09ce

Analogous Colors of #ce2c09

#ce2c09 #ce8f09 #ce0948

Monochromatic Colors of #ce2c09

#ce2c09

Complementary Color

#ce2c09 #09abce

#ce2c09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2c09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2c09 Color CSS Codes

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

#ce2c09 Text Font Color

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

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


#ce2c09 Background Color

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

This div background color is #ce2c09


#ce2c09 Border Color

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

This div border color is #ce2c09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2c09


Comments

No comments written yet.

Please login to write comment.