Color Hex Logo

#cf5519 Color Hex

#CF5519
(207,85,25)
0 Favorites   0 Comments

Color spaces of #cf5519

RGB 2078525
HSL0.050.780.45
HSV20°88°81°
CMYK 0.000.590.88   0.19
XYZ29.156119.83263.2111
Yxy19.83260.55850.3799
Hunter Lab44.533838.929126.8986
CIE-Lab51.647445.626254.8421

#cf5519 color RGB value is (207,85,25).

#cf5519 hex color red value is 207, green value is 85 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #cf5519 hue: 0.05 , saturation: 0.78 and the lightness value of cf5519 is 0.45.

The process color (four color CMYK) of #cf5519 color hex is 0.00, 0.59, 0.88, 0.19. Web safe color of #cf5519 is #cc6600. Color #cf5519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010101 00011001
Octal 317 125 31
Decimal 207 85 25
Hex CF 55 19

RGB Percentages of Color #cf5519

%65.30
%26.81
%7.89

CMYK Percentages of Color #cf5519

%0
%59
%88
%19

Triadic Colors of #cf5519

#cf5519 #19cf55 #5519cf

Analogous Colors of #cf5519

#cf5519 #cfb019 #cf1938

Monochromatic Colors of #cf5519

#cf5519

Complementary Color

#cf5519 #1993cf

#cf5519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf5519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf5519 Color CSS Codes

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

#cf5519 Text Font Color

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

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


#cf5519 Background Color

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

This div background color is #cf5519


#cf5519 Border Color

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

This div border color is #cf5519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf5519


Comments

No comments written yet.

Please login to write comment.