Color Hex Logo

#ce395e Color Hex

#CE395E
(206,57,94)
0 Favorites   0 Comments

Color spaces of #ce395e

RGB 2065794
HSL0.960.600.52
HSV345°72°81°
CMYK 0.000.720.54   0.19
XYZ28.937116.856212.3181
Yxy16.85620.49800.2901
Hunter Lab41.056353.961010.9507
CIE-Lab48.078360.163813.7506

#ce395e color RGB value is (206,57,94).

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

The process color (four color CMYK) of #ce395e color hex is 0.00, 0.72, 0.54, 0.19. Web safe color of #ce395e is #cc3366. Color #ce395e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111001 01011110
Octal 316 71 136
Decimal 206 57 94
Hex CE 39 5E

RGB Percentages of Color #ce395e

%57.70
%15.97
%26.33

CMYK Percentages of Color #ce395e

%0
%72
%54
%19

Triadic Colors of #ce395e

#ce395e #5ece39 #395ece

Analogous Colors of #ce395e

#ce395e #ce5f39 #ce39a9

Monochromatic Colors of #ce395e

#ce395e

Complementary Color

#ce395e #39cea9

#ce395e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce395e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce395e Color CSS Codes

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

#ce395e Text Font Color

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

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


#ce395e Background Color

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

This div background color is #ce395e


#ce395e Border Color

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

This div border color is #ce395e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce395e


Comments

No comments written yet.

Please login to write comment.