Color Hex Logo

#213dbc Color Hex

#213DBC
(33,61,188)
0 Favorites   0 Comments

Color spaces of #213dbc

RGB 3361188
HSL0.640.700.43
HSV229°82°74°
CMYK 0.820.680.00   0.26
XYZ11.37307.291748.3850
Yxy7.29170.16960.1088
Hunter Lab27.003127.9239-87.3353
CIE-Lab32.462037.4980-69.0656

#213dbc color RGB value is (33,61,188).

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

The process color (four color CMYK) of #213dbc color hex is 0.82, 0.68, 0.00, 0.26. Web safe color of #213dbc is #3333cc. Color #213dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111101 10111100
Octal 41 75 274
Decimal 33 61 188
Hex 21 3D BC

RGB Percentages of Color #213dbc

%11.70
%21.63
%66.67

CMYK Percentages of Color #213dbc

%82
%68
%0
%26

Triadic Colors of #213dbc

#213dbc #bc213d #3dbc21

Analogous Colors of #213dbc

#213dbc #5321bc #218bbc

Monochromatic Colors of #213dbc

#213dbc

Complementary Color

#213dbc #bca021

#213dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#213dbc Color CSS Codes

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

#213dbc Text Font Color

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

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


#213dbc Background Color

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

This div background color is #213dbc


#213dbc Border Color

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

This div border color is #213dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213dbc


Comments

No comments written yet.

Please login to write comment.