Color Hex Logo

#ce094e Color Hex

#CE094E
(206,9,78)
0 Favorites   0 Comments

Color spaces of #ce094e

RGB 206978
HSL0.940.920.42
HSV339°96°81°
CMYK 0.000.960.62   0.19
XYZ26.926413.86728.4652
Yxy13.86720.54660.2815
Hunter Lab37.238763.901312.5891
CIE-Lab44.041969.583818.1602

#ce094e color RGB value is (206,9,78).

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

The process color (four color CMYK) of #ce094e color hex is 0.00, 0.96, 0.62, 0.19. Web safe color of #ce094e is #cc0066. Color #ce094e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001001 01001110
Octal 316 11 116
Decimal 206 9 78
Hex CE 9 4E

RGB Percentages of Color #ce094e

%70.31
%3.07
%26.62

CMYK Percentages of Color #ce094e

%0
%96
%62
%19

Triadic Colors of #ce094e

#ce094e #4ece09 #094ece

Analogous Colors of #ce094e

#ce094e #ce2609 #ce09b1

Monochromatic Colors of #ce094e

#ce094e

Complementary Color

#ce094e #09ce89

#ce094e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce094e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce094e Color CSS Codes

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

#ce094e Text Font Color

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

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


#ce094e Background Color

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

This div background color is #ce094e


#ce094e Border Color

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

This div border color is #ce094e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce094e


Comments

No comments written yet.

Please login to write comment.