Color Hex Logo

#cb471d Color Hex

#CB471D
(203,71,29)
0 Favorites   0 Comments

Color spaces of #cb471d

RGB 2037129
HSL0.040.750.45
HSV14°86°80°
CMYK 0.000.650.86   0.20
XYZ27.103617.29173.0715
Yxy17.29170.57100.3643
Hunter Lab41.583343.573924.7289
CIE-Lab48.625550.545650.5406

#cb471d color RGB value is (203,71,29).

#cb471d hex color red value is 203, green value is 71 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cb471d hue: 0.04 , saturation: 0.75 and the lightness value of cb471d is 0.45.

The process color (four color CMYK) of #cb471d color hex is 0.00, 0.65, 0.86, 0.20. Web safe color of #cb471d is #cc3333. Color #cb471d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000111 00011101
Octal 313 107 35
Decimal 203 71 29
Hex CB 47 1D

RGB Percentages of Color #cb471d

%67.00
%23.43
%9.57

CMYK Percentages of Color #cb471d

%0
%65
%86
%20

Triadic Colors of #cb471d

#cb471d #1dcb47 #471dcb

Analogous Colors of #cb471d

#cb471d #cb9e1d #cb1d4a

Monochromatic Colors of #cb471d

#cb471d

Complementary Color

#cb471d #1da1cb

#cb471d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb471d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb471d Color CSS Codes

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

#cb471d Text Font Color

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

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


#cb471d Background Color

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

This div background color is #cb471d


#cb471d Border Color

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

This div border color is #cb471d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb471d


Comments

No comments written yet.

Please login to write comment.