Color Hex Logo

#cf380b Color Hex

#CF380B
(207,56,11)
0 Favorites   0 Comments

Color spaces of #cf380b

RGB 2075611
HSL0.040.900.43
HSV14°95°81°
CMYK 0.000.730.95   0.19
XYZ27.206716.11791.9937
Yxy16.11790.60030.3557
Hunter Lab40.147150.707625.1586
CIE-Lab47.128857.413756.1283

#cf380b color RGB value is (207,56,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 00111000 00001011
Octal 317 70 13
Decimal 207 56 11
Hex CF 38 B

RGB Percentages of Color #cf380b

%75.55
%20.44
%4.01

CMYK Percentages of Color #cf380b

%0
%73
%95
%19

Triadic Colors of #cf380b

#cf380b #0bcf38 #380bcf

Analogous Colors of #cf380b

#cf380b #cf9a0b #cf0b40

Monochromatic Colors of #cf380b

#cf380b

Complementary Color

#cf380b #0ba2cf

#cf380b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf380b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf380b Color CSS Codes

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

#cf380b Text Font Color

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

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


#cf380b Background Color

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

This div background color is #cf380b


#cf380b Border Color

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

This div border color is #cf380b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf380b


Comments

No comments written yet.

Please login to write comment.