Color Hex Logo

#ce394c Color Hex

#CE394C
(206,57,76)
0 Favorites   0 Comments

Color spaces of #ce394c

RGB 2065776
HSL0.980.600.52
HSV352°72°81°
CMYK 0.000.720.63   0.19
XYZ28.221216.56998.5484
Yxy16.56990.52910.3106
Hunter Lab40.706152.516716.0432
CIE-Lab47.713558.939424.2118

#ce394c color RGB value is (206,57,76).

#ce394c hex color red value is 206, green value is 57 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ce394c hue: 0.98 , saturation: 0.60 and the lightness value of ce394c is 0.52.

The process color (four color CMYK) of #ce394c color hex is 0.00, 0.72, 0.63, 0.19. Web safe color of #ce394c is #cc3333. Color #ce394c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111001 01001100
Octal 316 71 114
Decimal 206 57 76
Hex CE 39 4C

RGB Percentages of Color #ce394c

%60.77
%16.81
%22.42

CMYK Percentages of Color #ce394c

%0
%72
%63
%19

Triadic Colors of #ce394c

#ce394c #4cce39 #394cce

Analogous Colors of #ce394c

#ce394c #ce7139 #ce3997

Monochromatic Colors of #ce394c

#ce394c

Complementary Color

#ce394c #39cebb

#ce394c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce394c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce394c Color CSS Codes

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

#ce394c Text Font Color

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

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


#ce394c Background Color

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

This div background color is #ce394c


#ce394c Border Color

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

This div border color is #ce394c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce394c


Comments

No comments written yet.

Please login to write comment.