Color Hex Logo

#ce090a Color Hex

#CE090A
(206,9,10)
0 Favorites   0 Comments

Color spaces of #ce090a

RGB 206910
HSL1.000.920.42
HSV360°96°81°
CMYK 0.000.960.95   0.19
XYZ25.606113.33911.5123
Yxy13.33910.63290.3297
Hunter Lab36.522761.231623.1109
CIE-Lab43.269867.454254.1140

#ce090a color RGB value is (206,9,10).

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

The process color (four color CMYK) of #ce090a color hex is 0.00, 0.96, 0.95, 0.19. Web safe color of #ce090a is #cc0000. Color #ce090a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001001 00001010
Octal 316 11 12
Decimal 206 9 10
Hex CE 9 A

RGB Percentages of Color #ce090a

%91.56
%4.00
%4.44

CMYK Percentages of Color #ce090a

%0
%96
%95
%19

Triadic Colors of #ce090a

#ce090a #0ace09 #090ace

Analogous Colors of #ce090a

#ce090a #ce6b09 #ce096d

Monochromatic Colors of #ce090a

#ce090a

Complementary Color

#ce090a #09cecd

#ce090a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce090a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce090a Color CSS Codes

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

#ce090a Text Font Color

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

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


#ce090a Background Color

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

This div background color is #ce090a


#ce090a Border Color

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

This div border color is #ce090a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce090a


Comments

No comments written yet.

Please login to write comment.