Color Hex Logo

#cd750b Color Hex

#CD750B
(205,117,11)
0 Favorites   0 Comments

Color spaces of #cd750b

RGB 20511711
HSL0.090.900.42
HSV33°95°80°
CMYK 0.000.430.95   0.20
XYZ31.598525.72593.6168
Yxy25.72590.51850.4221
Hunter Lab50.720722.442531.2766
CIE-Lab57.776028.374862.9087

#cd750b color RGB value is (205,117,11).

#cd750b hex color red value is 205, green value is 117 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cd750b hue: 0.09 , saturation: 0.90 and the lightness value of cd750b is 0.42.

The process color (four color CMYK) of #cd750b color hex is 0.00, 0.43, 0.95, 0.20. Web safe color of #cd750b is #cc6600. Color #cd750b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110101 00001011
Octal 315 165 13
Decimal 205 117 11
Hex CD 75 B

RGB Percentages of Color #cd750b

%61.56
%35.14
%3.30

CMYK Percentages of Color #cd750b

%0
%43
%95
%20

Triadic Colors of #cd750b

#cd750b #0bcd75 #750bcd

Analogous Colors of #cd750b

#cd750b #c4cd0b #cd140b

Monochromatic Colors of #cd750b

#cd750b

Complementary Color

#cd750b #0b63cd

#cd750b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd750b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd750b Color CSS Codes

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

#cd750b Text Font Color

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

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


#cd750b Background Color

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

This div background color is #cd750b


#cd750b Border Color

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

This div border color is #cd750b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd750b


Comments

No comments written yet.

Please login to write comment.