Color Hex Logo

#cb213a Color Hex

#CB213A
(203,33,58)
0 Favorites   0 Comments

Color spaces of #cb213a

RGB 2033358
HSL0.980.720.46
HSV351°84°80°
CMYK 0.000.840.71   0.20
XYZ25.936214.08975.3556
Yxy14.08970.57150.3105
Hunter Lab37.536257.648717.8160
CIE-Lab44.361364.131230.7922

#cb213a color RGB value is (203,33,58).

#cb213a hex color red value is 203, green value is 33 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cb213a hue: 0.98 , saturation: 0.72 and the lightness value of cb213a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100001 00111010
Octal 313 41 72
Decimal 203 33 58
Hex CB 21 3A

RGB Percentages of Color #cb213a

%69.05
%11.22
%19.73

CMYK Percentages of Color #cb213a

%0
%84
%71
%20

Triadic Colors of #cb213a

#cb213a #3acb21 #213acb

Analogous Colors of #cb213a

#cb213a #cb5d21 #cb218f

Monochromatic Colors of #cb213a

#cb213a

Complementary Color

#cb213a #21cbb2

#cb213a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb213a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb213a Color CSS Codes

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

#cb213a Text Font Color

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

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


#cb213a Background Color

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

This div background color is #cb213a


#cb213a Border Color

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

This div border color is #cb213a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb213a


Comments

No comments written yet.

Please login to write comment.