Color Hex Logo

#213fdc Color Hex

#213FDC
(33,63,220)
0 Favorites   0 Comments

Color spaces of #213fdc

RGB 3363220
HSL0.640.740.50
HSV230°85°86°
CMYK 0.850.710.00   0.14
XYZ15.32309.045768.6485
Yxy9.04570.16470.0972
Hunter Lab30.076138.3081-114.2759
CIE-Lab36.072147.6782-81.7163

#213fdc color RGB value is (33,63,220).

#213fdc hex color red value is 33, green value is 63 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #213fdc hue: 0.64 , saturation: 0.74 and the lightness value of 213fdc is 0.50.

The process color (four color CMYK) of #213fdc color hex is 0.85, 0.71, 0.00, 0.14. Web safe color of #213fdc is #3333cc. Color #213fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111111 11011100
Octal 41 77 334
Decimal 33 63 220
Hex 21 3F DC

RGB Percentages of Color #213fdc

%10.44
%19.94
%69.62

CMYK Percentages of Color #213fdc

%85
%71
%0
%14

Triadic Colors of #213fdc

#213fdc #dc213f #3fdc21

Analogous Colors of #213fdc

#213fdc #6121dc #219ddc

Monochromatic Colors of #213fdc

#213fdc

Complementary Color

#213fdc #dcbe21

#213fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#213fdc Color CSS Codes

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

#213fdc Text Font Color

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

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


#213fdc Background Color

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

This div background color is #213fdc


#213fdc Border Color

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

This div border color is #213fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213fdc


Comments

No comments written yet.

Please login to write comment.