Color Hex Logo

#cf7220 Color Hex

#CF7220
(207,114,32)
0 Favorites   0 Comments

Color spaces of #cf7220

RGB 20711432
HSL0.080.730.47
HSV28°85°81°
CMYK 0.000.450.85   0.19
XYZ32.010225.40434.5829
Yxy25.40430.51630.4098
Hunter Lab50.402725.158729.8909
CIE-Lab57.467231.203357.0974

#cf7220 color RGB value is (207,114,32).

#cf7220 hex color red value is 207, green value is 114 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #cf7220 hue: 0.08 , saturation: 0.73 and the lightness value of cf7220 is 0.47.

The process color (four color CMYK) of #cf7220 color hex is 0.00, 0.45, 0.85, 0.19. Web safe color of #cf7220 is #cc6633. Color #cf7220 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110010 00100000
Octal 317 162 40
Decimal 207 114 32
Hex CF 72 20

RGB Percentages of Color #cf7220

%58.64
%32.29
%9.07

CMYK Percentages of Color #cf7220

%0
%45
%85
%19

Triadic Colors of #cf7220

#cf7220 #20cf72 #7220cf

Analogous Colors of #cf7220

#cf7220 #cfca20 #cf2025

Monochromatic Colors of #cf7220

#cf7220

Complementary Color

#cf7220 #207dcf

#cf7220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf7220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf7220 Color CSS Codes

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

#cf7220 Text Font Color

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

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


#cf7220 Background Color

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

This div background color is #cf7220


#cf7220 Border Color

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

This div border color is #cf7220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf7220


Comments

No comments written yet.

Please login to write comment.