Color Hex Logo

#ce397b Color Hex

#CE397B
(206,57,123)
0 Favorites   0 Comments

Color spaces of #ce397b

RGB 20657123
HSL0.930.600.52
HSV333°72°81°
CMYK 0.000.720.40   0.19
XYZ30.491917.478120.5054
Yxy17.47810.44530.2552
Hunter Lab41.806857.02750.1842
CIE-Lab48.856962.7275-2.8169

#ce397b color RGB value is (206,57,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111001 01111011
Octal 316 71 173
Decimal 206 57 123
Hex CE 39 7B

RGB Percentages of Color #ce397b

%53.37
%14.77
%31.87

CMYK Percentages of Color #ce397b

%0
%72
%40
%19

Triadic Colors of #ce397b

#ce397b #7bce39 #397bce

Analogous Colors of #ce397b

#ce397b #ce4239 #ce39c6

Monochromatic Colors of #ce397b

#ce397b

Complementary Color

#ce397b #39ce8c

#ce397b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce397b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce397b Color CSS Codes

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

#ce397b Text Font Color

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

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


#ce397b Background Color

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

This div background color is #ce397b


#ce397b Border Color

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

This div border color is #ce397b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce397b


Comments

No comments written yet.

Please login to write comment.