Color Hex Logo

#cf708a Color Hex

#CF708A
(207,112,138)
0 Favorites   0 Comments

Color spaces of #cf708a

RGB 207112138
HSL0.950.500.63
HSV344°46°81°
CMYK 0.000.460.33   0.19
XYZ36.113726.688727.2928
Yxy26.68870.40080.2962
Hunter Lab51.661134.37354.8396
CIE-Lab58.685140.22552.6642

#cf708a color RGB value is (207,112,138).

#cf708a hex color red value is 207, green value is 112 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cf708a hue: 0.95 , saturation: 0.50 and the lightness value of cf708a is 0.63.

The process color (four color CMYK) of #cf708a color hex is 0.00, 0.46, 0.33, 0.19. Web safe color of #cf708a is #cc6699. Color #cf708a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110000 10001010
Octal 317 160 212
Decimal 207 112 138
Hex CF 70 8A

RGB Percentages of Color #cf708a

%45.30
%24.51
%30.20

CMYK Percentages of Color #cf708a

%0
%46
%33
%19

Triadic Colors of #cf708a

#cf708a #8acf70 #708acf

Analogous Colors of #cf708a

#cf708a #cf8670 #cf70ba

Monochromatic Colors of #cf708a

#cf708a

Complementary Color

#cf708a #70cfb5

#cf708a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf708a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf708a Color CSS Codes

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

#cf708a Text Font Color

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

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


#cf708a Background Color

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

This div background color is #cf708a


#cf708a Border Color

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

This div border color is #cf708a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf708a


Comments

No comments written yet.

Please login to write comment.