Color Hex Logo

#cb781e Color Hex

#CB781E
(203,120,30)
0 Favorites   0 Comments

Color spaces of #cb781e

RGB 20312030
HSL0.090.740.46
HSV31°85°80°
CMYK 0.000.410.85   0.20
XYZ31.579426.22324.6255
Yxy26.22320.50590.4201
Hunter Lab51.208620.462630.4905
CIE-Lab58.248326.269058.2292

#cb781e color RGB value is (203,120,30).

#cb781e hex color red value is 203, green value is 120 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cb781e hue: 0.09 , saturation: 0.74 and the lightness value of cb781e is 0.46.

The process color (four color CMYK) of #cb781e color hex is 0.00, 0.41, 0.85, 0.20. Web safe color of #cb781e is #cc6633. Color #cb781e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111000 00011110
Octal 313 170 36
Decimal 203 120 30
Hex CB 78 1E

RGB Percentages of Color #cb781e

%57.51
%33.99
%8.50

CMYK Percentages of Color #cb781e

%0
%41
%85
%20

Triadic Colors of #cb781e

#cb781e #1ecb78 #781ecb

Analogous Colors of #cb781e

#cb781e #c8cb1e #cb221e

Monochromatic Colors of #cb781e

#cb781e

Complementary Color

#cb781e #1e71cb

#cb781e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb781e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb781e Color CSS Codes

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

#cb781e Text Font Color

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

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


#cb781e Background Color

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

This div background color is #cb781e


#cb781e Border Color

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

This div border color is #cb781e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb781e


Comments

No comments written yet.

Please login to write comment.