Color Hex Logo

#213fcd Color Hex

#213FCD
(33,63,205)
0 Favorites   0 Comments

Color spaces of #213fcd

RGB 3363205
HSL0.640.720.47
HSV230°84°80°
CMYK 0.840.690.00   0.20
XYZ13.42428.286158.6495
Yxy8.28610.16710.1031
Hunter Lab28.785632.8690-100.6511
CIE-Lab34.571842.4057-75.5362

#213fcd color RGB value is (33,63,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111111 11001101
Octal 41 77 315
Decimal 33 63 205
Hex 21 3F CD

RGB Percentages of Color #213fcd

%10.96
%20.93
%68.11

CMYK Percentages of Color #213fcd

%84
%69
%0
%20

Triadic Colors of #213fcd

#213fcd #cd213f #3fcd21

Analogous Colors of #213fcd

#213fcd #5921cd #2195cd

Monochromatic Colors of #213fcd

#213fcd

Complementary Color

#213fcd #cdaf21

#213fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#213fcd Color CSS Codes

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

#213fcd Text Font Color

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

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


#213fcd Background Color

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

This div background color is #213fcd


#213fcd Border Color

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

This div border color is #213fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213fcd


Comments

No comments written yet.

Please login to write comment.