Color Hex Logo

#cf380a Color Hex

#CF380A
(207,56,10)
0 Favorites   0 Comments

Color spaces of #cf380a

RGB 2075610
HSL0.040.910.43
HSV14°95°81°
CMYK 0.000.730.95   0.19
XYZ27.201116.11571.9641
Yxy16.11570.60070.3559
Hunter Lab40.144450.695825.2002
CIE-Lab47.125957.403556.3855

#cf380a color RGB value is (207,56,10).

#cf380a hex color red value is 207, green value is 56 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #cf380a hue: 0.04 , saturation: 0.91 and the lightness value of cf380a is 0.43.

The process color (four color CMYK) of #cf380a color hex is 0.00, 0.73, 0.95, 0.19. Web safe color of #cf380a is #cc3300. Color #cf380a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00111000 00001010
Octal 317 70 12
Decimal 207 56 10
Hex CF 38 A

RGB Percentages of Color #cf380a

%75.82
%20.51
%3.66

CMYK Percentages of Color #cf380a

%0
%73
%95
%19

Triadic Colors of #cf380a

#cf380a #0acf38 #380acf

Analogous Colors of #cf380a

#cf380a #cf9b0a #cf0a3e

Monochromatic Colors of #cf380a

#cf380a

Complementary Color

#cf380a #0aa1cf

#cf380a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf380a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf380a Color CSS Codes

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

#cf380a Text Font Color

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

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


#cf380a Background Color

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

This div background color is #cf380a


#cf380a Border Color

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

This div border color is #cf380a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf380a


Comments

No comments written yet.

Please login to write comment.