Color Hex Logo

#215ede Color Hex

#215EDE
(33,94,222)
0 Favorites   0 Comments

Color spaces of #215ede

RGB 3394222
HSL0.610.740.50
HSV221°85°87°
CMYK 0.850.580.00   0.13
XYZ17.814713.602770.7939
Yxy13.60270.17430.1331
Hunter Lab36.881821.6760-87.9886
CIE-Lab43.657728.9980-70.4060

#215ede color RGB value is (33,94,222).

#215ede hex color red value is 33, green value is 94 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #215ede hue: 0.61 , saturation: 0.74 and the lightness value of 215ede is 0.50.

The process color (four color CMYK) of #215ede color hex is 0.85, 0.58, 0.00, 0.13. Web safe color of #215ede is #3366cc. Color #215ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011110 11011110
Octal 41 136 336
Decimal 33 94 222
Hex 21 5E DE

RGB Percentages of Color #215ede

%9.46
%26.93
%63.61

CMYK Percentages of Color #215ede

%85
%58
%0
%13

Triadic Colors of #215ede

#215ede #de215e #5ede21

Analogous Colors of #215ede

#215ede #4221de #21bdde

Monochromatic Colors of #215ede

#215ede

Complementary Color

#215ede #dea121

#215ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#215ede Color CSS Codes

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

#215ede Text Font Color

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

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


#215ede Background Color

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

This div background color is #215ede


#215ede Border Color

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

This div border color is #215ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215ede


Comments

No comments written yet.

Please login to write comment.