Color Hex Logo

#ce396d Color Hex

#CE396D
(206,57,109)
0 Favorites   0 Comments

Color spaces of #ce396d

RGB 20657109
HSL0.940.600.52
HSV339°72°81°
CMYK 0.000.720.47   0.19
XYZ29.677017.152216.2145
Yxy17.15220.47070.2721
Hunter Lab41.415255.43155.7780
CIE-Lab48.451261.39925.1134

#ce396d color RGB value is (206,57,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111001 01101101
Octal 316 71 155
Decimal 206 57 109
Hex CE 39 6D

RGB Percentages of Color #ce396d

%55.38
%15.32
%29.30

CMYK Percentages of Color #ce396d

%0
%72
%47
%19

Triadic Colors of #ce396d

#ce396d #6dce39 #396dce

Analogous Colors of #ce396d

#ce396d #ce5039 #ce39b8

Monochromatic Colors of #ce396d

#ce396d

Complementary Color

#ce396d #39ce9a

#ce396d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce396d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce396d Color CSS Codes

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

#ce396d Text Font Color

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

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


#ce396d Background Color

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

This div background color is #ce396d


#ce396d Border Color

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

This div border color is #ce396d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce396d


Comments

No comments written yet.

Please login to write comment.