Color Hex Logo

#215aeb Color Hex

#215AEB
(33,90,235)
0 Favorites   0 Comments

Color spaces of #215aeb

RGB 3390235
HSL0.620.830.53
HSV223°86°92°
CMYK 0.860.620.00   0.08
XYZ19.278813.633880.2128
Yxy13.63380.17040.1205
Hunter Lab36.924028.5817-102.9535
CIE-Lab43.703136.4356-77.6941

#215aeb color RGB value is (33,90,235).

#215aeb hex color red value is 33, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #215aeb hue: 0.62 , saturation: 0.83 and the lightness value of 215aeb is 0.53.

The process color (four color CMYK) of #215aeb color hex is 0.86, 0.62, 0.00, 0.08. Web safe color of #215aeb is #3366ff. Color #215aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011010 11101011
Octal 41 132 353
Decimal 33 90 235
Hex 21 5A EB

RGB Percentages of Color #215aeb

%9.22
%25.14
%65.64

CMYK Percentages of Color #215aeb

%86
%62
%0
%8

Triadic Colors of #215aeb

#215aeb #eb215a #5aeb21

Analogous Colors of #215aeb

#215aeb #4d21eb #21bfeb

Monochromatic Colors of #215aeb

#215aeb

Complementary Color

#215aeb #ebb221

#215aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#215aeb Color CSS Codes

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

#215aeb Text Font Color

<p style="color:#215aeb">Text here</p>

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


#215aeb Background Color

<div style="background-color:#215aeb">
Div content here</div>

This div background color is #215aeb


#215aeb Border Color

<div style="border:3px solid #215aeb">
Div here</div>

This div border color is #215aeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,90,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #215aeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #215aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #215aeb;
  box-shadow:         1px 1px 3px 2px #215aeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215aeb


Comments

No comments written yet.

Please login to write comment.