Color Hex Logo

#cf397d Color Hex

#CF397D
(207,57,125)
0 Favorites   0 Comments

Color spaces of #cf397d

RGB 20757125
HSL0.920.610.52
HSV333°72°81°
CMYK 0.000.720.40   0.19
XYZ30.896917.672321.1847
Yxy17.67230.44290.2534
Hunter Lab42.038457.6245-0.4515
CIE-Lab49.096263.2047-3.6564

#cf397d color RGB value is (207,57,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 00111001 01111101
Octal 317 71 175
Decimal 207 57 125
Hex CF 39 7D

RGB Percentages of Color #cf397d

%53.21
%14.65
%32.13

CMYK Percentages of Color #cf397d

%0
%72
%40
%19

Triadic Colors of #cf397d

#cf397d #7dcf39 #397dcf

Analogous Colors of #cf397d

#cf397d #cf4039 #cf39c8

Monochromatic Colors of #cf397d

#cf397d

Complementary Color

#cf397d #39cf8b

#cf397d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf397d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf397d Color CSS Codes

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

#cf397d Text Font Color

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

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


#cf397d Background Color

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

This div background color is #cf397d


#cf397d Border Color

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

This div border color is #cf397d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf397d


Comments

No comments written yet.

Please login to write comment.