Color Hex Logo

#ce596f Color Hex

#CE596F
(206,89,111)
0 Favorites   0 Comments

Color spaces of #ce596f

RGB 20689111
HSL0.970.540.58
HSV349°57°81°
CMYK 0.000.570.46   0.19
XYZ31.895221.414317.4912
Yxy21.41430.45050.3025
Hunter Lab46.275642.04799.9825
CIE-Lab53.400048.317510.9334

#ce596f color RGB value is (206,89,111).

#ce596f hex color red value is 206, green value is 89 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ce596f hue: 0.97 , saturation: 0.54 and the lightness value of ce596f is 0.58.

The process color (four color CMYK) of #ce596f color hex is 0.00, 0.57, 0.46, 0.19. Web safe color of #ce596f is #cc6666. Color #ce596f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011001 01101111
Octal 316 131 157
Decimal 206 89 111
Hex CE 59 6F

RGB Percentages of Color #ce596f

%50.74
%21.92
%27.34

CMYK Percentages of Color #ce596f

%0
%57
%46
%19

Triadic Colors of #ce596f

#ce596f #6fce59 #596fce

Analogous Colors of #ce596f

#ce596f #ce7e59 #ce59aa

Monochromatic Colors of #ce596f

#ce596f

Complementary Color

#ce596f #59ceb8

#ce596f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce596f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce596f Color CSS Codes

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

#ce596f Text Font Color

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

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


#ce596f Background Color

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

This div background color is #ce596f


#ce596f Border Color

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

This div border color is #ce596f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce596f


Comments

No comments written yet.

Please login to write comment.