Color Hex Logo

#cf715a Color Hex

#CF715A
(207,113,90)
0 Favorites   0 Comments

Color spaces of #cf715a

RGB 20711390
HSL0.030.550.58
HSV12°57°81°
CMYK 0.000.450.57   0.19
XYZ33.482725.813812.8907
Yxy25.81380.46380.3576
Hunter Lab50.807328.721220.5222
CIE-Lab57.859934.765229.1392

#cf715a color RGB value is (207,113,90).

#cf715a hex color red value is 207, green value is 113 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cf715a hue: 0.03 , saturation: 0.55 and the lightness value of cf715a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110001 01011010
Octal 317 161 132
Decimal 207 113 90
Hex CF 71 5A

RGB Percentages of Color #cf715a

%50.49
%27.56
%21.95

CMYK Percentages of Color #cf715a

%0
%45
%57
%19

Triadic Colors of #cf715a

#cf715a #5acf71 #715acf

Analogous Colors of #cf715a

#cf715a #cfac5a #cf5a7e

Monochromatic Colors of #cf715a

#cf715a

Complementary Color

#cf715a #5ab8cf

#cf715a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf715a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf715a Color CSS Codes

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

#cf715a Text Font Color

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

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


#cf715a Background Color

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

This div background color is #cf715a


#cf715a Border Color

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

This div border color is #cf715a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf715a


Comments

No comments written yet.

Please login to write comment.