Color Hex Logo

#cb5219 Color Hex

#CB5219
(203,82,25)
0 Favorites   0 Comments

Color spaces of #cb5219

RGB 2038225
HSL0.050.780.45
HSV19°88°80°
CMYK 0.000.600.88   0.20
XYZ27.821418.80133.0824
Yxy18.80130.55970.3783
Hunter Lab43.360538.650226.1375
CIE-Lab50.453945.544553.6212

#cb5219 color RGB value is (203,82,25).

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

The process color (four color CMYK) of #cb5219 color hex is 0.00, 0.60, 0.88, 0.20. Web safe color of #cb5219 is #cc6600. Color #cb5219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010010 00011001
Octal 313 122 31
Decimal 203 82 25
Hex CB 52 19

RGB Percentages of Color #cb5219

%65.48
%26.45
%8.06

CMYK Percentages of Color #cb5219

%0
%60
%88
%20

Triadic Colors of #cb5219

#cb5219 #19cb52 #5219cb

Analogous Colors of #cb5219

#cb5219 #cbab19 #cb1939

Monochromatic Colors of #cb5219

#cb5219

Complementary Color

#cb5219 #1992cb

#cb5219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5219 Color CSS Codes

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

#cb5219 Text Font Color

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

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


#cb5219 Background Color

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

This div background color is #cb5219


#cb5219 Border Color

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

This div border color is #cb5219


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,82,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 #cb5219">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5219


Comments

No comments written yet.

Please login to write comment.