Color Hex Logo

#213aff Color Hex

#213AFF
(33,58,255)
0 Favorites   0 Comments

Color spaces of #213aff

RGB 3358255
HSL0.651.000.56
HSV233°87°100°
CMYK 0.870.770.00   0.00
XYZ20.190310.569495.5837
Yxy10.56940.15980.0837
Hunter Lab32.510653.9616-151.5597
CIE-Lab38.845661.9321-96.9398

#213aff color RGB value is (33,58,255).

#213aff hex color red value is 33, green value is 58 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #213aff hue: 0.65 , saturation: 1.00 and the lightness value of 213aff is 0.56.

The process color (four color CMYK) of #213aff color hex is 0.87, 0.77, 0.00, 0.00. Web safe color of #213aff is #3333ff. Color #213aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00111010 11111111
Octal 41 72 377
Decimal 33 58 255
Hex 21 3A FF

RGB Percentages of Color #213aff

%9.54
%16.76
%73.70

CMYK Percentages of Color #213aff

%87
%77
%0
%0

Triadic Colors of #213aff

#213aff #ff213a #3aff21

Analogous Colors of #213aff

#213aff #7721ff #21a9ff

Monochromatic Colors of #213aff

#213aff

Complementary Color

#213aff #ffe621

#213aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#213aff Color CSS Codes

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

#213aff Text Font Color

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

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


#213aff Background Color

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

This div background color is #213aff


#213aff Border Color

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

This div border color is #213aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213aff


Comments

No comments written yet.

Please login to write comment.