Color Hex Logo

#cf6024 Color Hex

#CF6024
(207,96,36)
0 Favorites   0 Comments

Color spaces of #cf6024

RGB 2079636
HSL0.060.700.48
HSV21°83°81°
CMYK 0.000.540.83   0.19
XYZ30.233421.75854.2754
Yxy21.75850.53730.3867
Hunter Lab46.646034.063527.2179
CIE-Lab53.769840.581052.3147

#cf6024 color RGB value is (207,96,36).

#cf6024 hex color red value is 207, green value is 96 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #cf6024 hue: 0.06 , saturation: 0.70 and the lightness value of cf6024 is 0.48.

The process color (four color CMYK) of #cf6024 color hex is 0.00, 0.54, 0.83, 0.19. Web safe color of #cf6024 is #cc6633. Color #cf6024 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100000 00100100
Octal 317 140 44
Decimal 207 96 36
Hex CF 60 24

RGB Percentages of Color #cf6024

%61.06
%28.32
%10.62

CMYK Percentages of Color #cf6024

%0
%54
%83
%19

Triadic Colors of #cf6024

#cf6024 #24cf60 #6024cf

Analogous Colors of #cf6024

#cf6024 #cfb624 #cf243d

Monochromatic Colors of #cf6024

#cf6024

Complementary Color

#cf6024 #2493cf

#cf6024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf6024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf6024 Color CSS Codes

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

#cf6024 Text Font Color

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

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


#cf6024 Background Color

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

This div background color is #cf6024


#cf6024 Border Color

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

This div border color is #cf6024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf6024


Comments

No comments written yet.

Please login to write comment.