Color Hex Logo

#cf396b Color Hex

#CF396B
(207,57,107)
0 Favorites   0 Comments

Color spaces of #cf396b

RGB 20757107
HSL0.940.610.52
HSV340°72°81°
CMYK 0.000.720.48   0.19
XYZ29.849117.253215.6669
Yxy17.25320.47550.2749
Hunter Lab41.537055.58316.7129
CIE-Lab48.577561.50946.5382

#cf396b color RGB value is (207,57,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 00111001 01101011
Octal 317 71 153
Decimal 207 57 107
Hex CF 39 6B

RGB Percentages of Color #cf396b

%55.80
%15.36
%28.84

CMYK Percentages of Color #cf396b

%0
%72
%48
%19

Triadic Colors of #cf396b

#cf396b #6bcf39 #396bcf

Analogous Colors of #cf396b

#cf396b #cf5239 #cf39b6

Monochromatic Colors of #cf396b

#cf396b

Complementary Color

#cf396b #39cf9d

#cf396b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf396b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf396b Color CSS Codes

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

#cf396b Text Font Color

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

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


#cf396b Background Color

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

This div background color is #cf396b


#cf396b Border Color

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

This div border color is #cf396b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf396b


Comments

No comments written yet.

Please login to write comment.