Color Hex Logo

#cb2323 Color Hex

#CB2323
(203,35,35)
0 Favorites   0 Comments

Color spaces of #cb2323

RGB 2033535
HSL0.000.710.47
HSV83°80°
CMYK 0.000.830.83   0.20
XYZ25.533014.01992.9505
Yxy14.01990.60070.3299
Hunter Lab37.443256.196121.5382
CIE-Lab44.261562.872243.8266

#cb2323 color RGB value is (203,35,35).

#cb2323 hex color red value is 203, green value is 35 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #cb2323 hue: 0.00 , saturation: 0.71 and the lightness value of cb2323 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100011 00100011
Octal 313 43 43
Decimal 203 35 35
Hex CB 23 23

RGB Percentages of Color #cb2323

%74.36
%12.82
%12.82

CMYK Percentages of Color #cb2323

%0
%83
%83
%20

Triadic Colors of #cb2323

#cb2323 #23cb23 #2323cb

Analogous Colors of #cb2323

#cb2323 #cb7723 #cb2377

Monochromatic Colors of #cb2323

#cb2323

Complementary Color

#cb2323 #23cbcb

#cb2323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb2323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb2323 Color CSS Codes

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

#cb2323 Text Font Color

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

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


#cb2323 Background Color

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

This div background color is #cb2323


#cb2323 Border Color

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

This div border color is #cb2323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb2323


Comments

No comments written yet.

Please login to write comment.