Color Hex Logo

#215eff Color Hex

#215EFF
(33,94,255)
0 Favorites   0 Comments

Color spaces of #215eff

RGB 3394255
HSL0.621.000.56
HSV224°87°100°
CMYK 0.870.630.00   0.00
XYZ22.679915.548796.4136
Yxy15.54870.16840.1155
Hunter Lab39.431833.6616-117.3659
CIE-Lab46.376741.2603-84.5076

#215eff color RGB value is (33,94,255).

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

The process color (four color CMYK) of #215eff color hex is 0.87, 0.63, 0.00, 0.00. Web safe color of #215eff is #3366ff. Color #215eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011110 11111111
Octal 41 136 377
Decimal 33 94 255
Hex 21 5E FF

RGB Percentages of Color #215eff

%8.64
%24.61
%66.75

CMYK Percentages of Color #215eff

%87
%63
%0
%0

Triadic Colors of #215eff

#215eff #ff215e #5eff21

Analogous Colors of #215eff

#215eff #5321ff #21cdff

Monochromatic Colors of #215eff

#215eff

Complementary Color

#215eff #ffc221

#215eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#215eff Color CSS Codes

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

#215eff Text Font Color

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

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


#215eff Background Color

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

This div background color is #215eff


#215eff Border Color

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

This div border color is #215eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,94,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 #215eff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215eff


Comments

No comments written yet.

Please login to write comment.