Color Hex Logo

#ce092e Color Hex

#CE092E
(206,9,46)
0 Favorites   0 Comments

Color spaces of #ce092e

RGB 206946
HSL0.970.920.42
HSV349°96°81°
CMYK 0.000.960.78   0.19
XYZ26.044413.51443.8206
Yxy13.51440.60040.3115
Hunter Lab36.761962.126919.5715
CIE-Lab43.528368.172037.1583

#ce092e color RGB value is (206,9,46).

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

The process color (four color CMYK) of #ce092e color hex is 0.00, 0.96, 0.78, 0.19. Web safe color of #ce092e is #cc0033. Color #ce092e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001001 00101110
Octal 316 11 56
Decimal 206 9 46
Hex CE 9 2E

RGB Percentages of Color #ce092e

%78.93
%3.45
%17.62

CMYK Percentages of Color #ce092e

%0
%96
%78
%19

Triadic Colors of #ce092e

#ce092e #2ece09 #092ece

Analogous Colors of #ce092e

#ce092e #ce4609 #ce0991

Monochromatic Colors of #ce092e

#ce092e

Complementary Color

#ce092e #09cea9

#ce092e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce092e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce092e Color CSS Codes

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

#ce092e Text Font Color

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

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


#ce092e Background Color

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

This div background color is #ce092e


#ce092e Border Color

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

This div border color is #ce092e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce092e


Comments

No comments written yet.

Please login to write comment.