Color Hex Logo

#cb750f Color Hex

#CB750F
(203,117,15)
0 Favorites   0 Comments

Color spaces of #cb750f

RGB 20311715
HSL0.090.860.43
HSV33°93°80°
CMYK 0.000.420.93   0.20
XYZ31.076125.45363.7271
Yxy25.45360.51570.4224
Hunter Lab50.451621.658530.9361
CIE-Lab57.514727.581361.8113

#cb750f color RGB value is (203,117,15).

#cb750f hex color red value is 203, green value is 117 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cb750f hue: 0.09 , saturation: 0.86 and the lightness value of cb750f is 0.43.

The process color (four color CMYK) of #cb750f color hex is 0.00, 0.42, 0.93, 0.20. Web safe color of #cb750f is #cc6600. Color #cb750f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110101 00001111
Octal 313 165 17
Decimal 203 117 15
Hex CB 75 F

RGB Percentages of Color #cb750f

%60.60
%34.93
%4.48

CMYK Percentages of Color #cb750f

%0
%42
%93
%20

Triadic Colors of #cb750f

#cb750f #0fcb75 #750fcb

Analogous Colors of #cb750f

#cb750f #c3cb0f #cb170f

Monochromatic Colors of #cb750f

#cb750f

Complementary Color

#cb750f #0f65cb

#cb750f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb750f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb750f Color CSS Codes

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

#cb750f Text Font Color

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

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


#cb750f Background Color

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

This div background color is #cb750f


#cb750f Border Color

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

This div border color is #cb750f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,117,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb750f


Comments

No comments written yet.

Please login to write comment.