Color Hex Logo

#cf717a Color Hex

#CF717A
(207,113,122)
0 Favorites   0 Comments

Color spaces of #cf717a

RGB 207113122
HSL0.980.490.63
HSV354°45°81°
CMYK 0.000.450.41   0.19
XYZ35.150126.480821.6710
Yxy26.48080.42200.3179
Hunter Lab51.459531.872711.0530
CIE-Lab58.490637.813511.6608

#cf717a color RGB value is (207,113,122).

#cf717a hex color red value is 207, green value is 113 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cf717a hue: 0.98 , saturation: 0.49 and the lightness value of cf717a is 0.63.

The process color (four color CMYK) of #cf717a color hex is 0.00, 0.45, 0.41, 0.19. Web safe color of #cf717a is #cc6666. Color #cf717a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110001 01111010
Octal 317 161 172
Decimal 207 113 122
Hex CF 71 7A

RGB Percentages of Color #cf717a

%46.83
%25.57
%27.60

CMYK Percentages of Color #cf717a

%0
%45
%41
%19

Triadic Colors of #cf717a

#cf717a #7acf71 #717acf

Analogous Colors of #cf717a

#cf717a #cf9771 #cf71a9

Monochromatic Colors of #cf717a

#cf717a

Complementary Color

#cf717a #71cfc6

#cf717a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf717a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf717a Color CSS Codes

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

#cf717a Text Font Color

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

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


#cf717a Background Color

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

This div background color is #cf717a


#cf717a Border Color

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

This div border color is #cf717a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf717a


Comments

No comments written yet.

Please login to write comment.