Color Hex Logo

#cb423d Color Hex

#CB423D
(203,66,61)
0 Favorites   0 Comments

Color spaces of #cb423d

RGB 2036661
HSL0.010.580.52
HSV70°80°
CMYK 0.000.670.70   0.20
XYZ27.419116.92996.2375
Yxy16.92990.54200.3347
Hunter Lab41.146046.944519.8141
CIE-Lab48.171653.774233.5420

#cb423d color RGB value is (203,66,61).

#cb423d hex color red value is 203, green value is 66 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cb423d hue: 0.01 , saturation: 0.58 and the lightness value of cb423d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000010 00111101
Octal 313 102 75
Decimal 203 66 61
Hex CB 42 3D

RGB Percentages of Color #cb423d

%61.52
%20.00
%18.48

CMYK Percentages of Color #cb423d

%0
%67
%70
%20

Triadic Colors of #cb423d

#cb423d #3dcb42 #423dcb

Analogous Colors of #cb423d

#cb423d #cb893d #cb3d7f

Monochromatic Colors of #cb423d

#cb423d

Complementary Color

#cb423d #3dc6cb

#cb423d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb423d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb423d Color CSS Codes

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

#cb423d Text Font Color

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

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


#cb423d Background Color

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

This div background color is #cb423d


#cb423d Border Color

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

This div border color is #cb423d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb423d


Comments

No comments written yet.

Please login to write comment.