Color Hex Logo

#213dcb Color Hex

#213DCB
(33,61,203)
0 Favorites   0 Comments

Color spaces of #213dcb

RGB 3361203
HSL0.640.720.46
HSV230°84°80°
CMYK 0.840.700.00   0.20
XYZ13.07547.972657.3496
Yxy7.97260.16680.1017
Hunter Lab28.235833.2469-100.6586
CIE-Lab33.925842.9152-75.4388

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

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

The process color (four color CMYK) of #213dcb color hex is 0.84, 0.70, 0.00, 0.20. Web safe color of #213dcb is #3333cc. Color #213dcb contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #213dcb

%11.11
%20.54
%68.35

CMYK Percentages of Color #213dcb

%84
%70
%0
%20

Triadic Colors of #213dcb

#213dcb #cb213d #3dcb21

Analogous Colors of #213dcb

#213dcb #5a21cb #2192cb

Monochromatic Colors of #213dcb

#213dcb

Complementary Color

#213dcb #cbaf21

#213dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#213dcb Color CSS Codes

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

#213dcb Text Font Color

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

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


#213dcb Background Color

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

This div background color is #213dcb


#213dcb Border Color

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

This div border color is #213dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213dcb


Comments

No comments written yet.

Please login to write comment.