Color Hex Logo

#cb152e Color Hex

#CB152E
(203,21,46)
0 Favorites   0 Comments

Color spaces of #cb152e

RGB 2032146
HSL0.980.810.44
HSV352°90°80°
CMYK 0.000.900.77   0.20
XYZ25.389913.43013.8388
Yxy13.43010.59520.3148
Hunter Lab36.647159.536219.4423
CIE-Lab43.404365.963136.8406

#cb152e color RGB value is (203,21,46).

#cb152e hex color red value is 203, green value is 21 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cb152e hue: 0.98 , saturation: 0.81 and the lightness value of cb152e is 0.44.

The process color (four color CMYK) of #cb152e color hex is 0.00, 0.90, 0.77, 0.20. Web safe color of #cb152e is #cc0033. Color #cb152e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010101 00101110
Octal 313 25 56
Decimal 203 21 46
Hex CB 15 2E

RGB Percentages of Color #cb152e

%75.19
%7.78
%17.04

CMYK Percentages of Color #cb152e

%0
%90
%77
%20

Triadic Colors of #cb152e

#cb152e #2ecb15 #152ecb

Analogous Colors of #cb152e

#cb152e #cb5715 #cb1589

Monochromatic Colors of #cb152e

#cb152e

Complementary Color

#cb152e #15cbb2

#cb152e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb152e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb152e Color CSS Codes

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

#cb152e Text Font Color

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

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


#cb152e Background Color

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

This div background color is #cb152e


#cb152e Border Color

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

This div border color is #cb152e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb152e


Comments

No comments written yet.

Please login to write comment.