Color Hex Logo

#cf397e Color Hex

#CF397E
(207,57,126)
0 Favorites   0 Comments

Color spaces of #cf397e

RGB 20757126
HSL0.920.610.52
HSV332°72°81°
CMYK 0.000.720.39   0.19
XYZ30.961117.698021.5229
Yxy17.69800.44120.2522
Hunter Lab42.069057.7481-0.8850
CIE-Lab49.127763.3067-4.2155

#cf397e color RGB value is (207,57,126).

#cf397e hex color red value is 207, green value is 57 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cf397e hue: 0.92 , saturation: 0.61 and the lightness value of cf397e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 00111001 01111110
Octal 317 71 176
Decimal 207 57 126
Hex CF 39 7E

RGB Percentages of Color #cf397e

%53.08
%14.62
%32.31

CMYK Percentages of Color #cf397e

%0
%72
%39
%19

Triadic Colors of #cf397e

#cf397e #7ecf39 #397ecf

Analogous Colors of #cf397e

#cf397e #cf3f39 #cf39c9

Monochromatic Colors of #cf397e

#cf397e

Complementary Color

#cf397e #39cf8a

#cf397e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf397e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf397e Color CSS Codes

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

#cf397e Text Font Color

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

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


#cf397e Background Color

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

This div background color is #cf397e


#cf397e Border Color

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

This div border color is #cf397e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf397e


Comments

No comments written yet.

Please login to write comment.