Color Hex Logo

#cb421d Color Hex

#CB421D
(203,66,29)
0 Favorites   0 Comments

Color spaces of #cb421d

RGB 2036629
HSL0.040.750.45
HSV13°86°80°
CMYK 0.000.670.86   0.20
XYZ26.798616.68162.9698
Yxy16.68160.57690.3591
Hunter Lab40.843145.644724.2791
CIE-Lab47.856352.621949.8940

#cb421d color RGB value is (203,66,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000010 00011101
Octal 313 102 35
Decimal 203 66 29
Hex CB 42 1D

RGB Percentages of Color #cb421d

%68.12
%22.15
%9.73

CMYK Percentages of Color #cb421d

%0
%67
%86
%20

Triadic Colors of #cb421d

#cb421d #1dcb42 #421dcb

Analogous Colors of #cb421d

#cb421d #cb991d #cb1d4f

Monochromatic Colors of #cb421d

#cb421d

Complementary Color

#cb421d #1da6cb

#cb421d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb421d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb421d Color CSS Codes

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

#cb421d Text Font Color

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

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


#cb421d Background Color

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

This div background color is #cb421d


#cb421d Border Color

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

This div border color is #cb421d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb421d


Comments

No comments written yet.

Please login to write comment.