Color Hex Logo

#cb7025 Color Hex

#CB7025
(203,112,37)
0 Favorites   0 Comments

Color spaces of #cb7025

RGB 20311237
HSL0.080.690.47
HSV27°82°80°
CMYK 0.000.450.82   0.20
XYZ30.756724.41844.8424
Yxy24.41840.51250.4069
Hunter Lab49.415024.625128.7804
CIE-Lab56.504330.752554.1481

#cb7025 color RGB value is (203,112,37).

#cb7025 hex color red value is 203, green value is 112 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #cb7025 hue: 0.08 , saturation: 0.69 and the lightness value of cb7025 is 0.47.

The process color (four color CMYK) of #cb7025 color hex is 0.00, 0.45, 0.82, 0.20. Web safe color of #cb7025 is #cc6633. Color #cb7025 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110000 00100101
Octal 313 160 45
Decimal 203 112 37
Hex CB 70 25

RGB Percentages of Color #cb7025

%57.67
%31.82
%10.51

CMYK Percentages of Color #cb7025

%0
%45
%82
%20

Triadic Colors of #cb7025

#cb7025 #25cb70 #7025cb

Analogous Colors of #cb7025

#cb7025 #cbc325 #cb252d

Monochromatic Colors of #cb7025

#cb7025

Complementary Color

#cb7025 #2580cb

#cb7025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7025 Color CSS Codes

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

#cb7025 Text Font Color

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

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


#cb7025 Background Color

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

This div background color is #cb7025


#cb7025 Border Color

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

This div border color is #cb7025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7025


Comments

No comments written yet.

Please login to write comment.