Color Hex Logo

#cb213d Color Hex

#CB213D
(203,33,61)
6 Favorites   0 Comments

Color spaces of #cb213d

RGB 2033361
HSL0.970.720.46
HSV350°84°80°
CMYK 0.000.840.70   0.20
XYZ26.014814.12115.7694
Yxy14.12110.56670.3076
Hunter Lab37.578157.811717.2018
CIE-Lab44.406164.265429.0288

#cb213d color RGB value is (203,33,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100001 00111101
Octal 313 41 75
Decimal 203 33 61
Hex CB 21 3D

RGB Percentages of Color #cb213d

%68.35
%11.11
%20.54

CMYK Percentages of Color #cb213d

%0
%84
%70
%20

Triadic Colors of #cb213d

#cb213d #3dcb21 #213dcb

Analogous Colors of #cb213d

#cb213d #cb5a21 #cb2192

Monochromatic Colors of #cb213d

#cb213d

Complementary Color

#cb213d #21cbaf

#cb213d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb213d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb213d Color CSS Codes

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

#cb213d Text Font Color

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

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


#cb213d Background Color

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

This div background color is #cb213d


#cb213d Border Color

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

This div border color is #cb213d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb213d

#cb213d Color Palettes


Comments

No comments written yet.

Please login to write comment.