Color Hex Logo

#cf725a Color Hex

#CF725A
(207,114,90)
0 Favorites   0 Comments

Color spaces of #cf725a

RGB 20711490
HSL0.030.550.58
HSV12°57°81°
CMYK 0.000.450.57   0.19
XYZ33.594926.038212.9281
Yxy26.03820.46300.3588
Hunter Lab51.027628.220120.6979
CIE-Lab58.073334.239429.4123

#cf725a color RGB value is (207,114,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110010 01011010
Octal 317 162 132
Decimal 207 114 90
Hex CF 72 5A

RGB Percentages of Color #cf725a

%50.36
%27.74
%21.90

CMYK Percentages of Color #cf725a

%0
%45
%57
%19

Triadic Colors of #cf725a

#cf725a #5acf72 #725acf

Analogous Colors of #cf725a

#cf725a #cfad5a #cf5a7d

Monochromatic Colors of #cf725a

#cf725a

Complementary Color

#cf725a #5ab7cf

#cf725a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf725a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf725a Color CSS Codes

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

#cf725a Text Font Color

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

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


#cf725a Background Color

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

This div background color is #cf725a


#cf725a Border Color

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

This div border color is #cf725a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,114,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 #cf725a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf725a


Comments

No comments written yet.

Please login to write comment.