Color Hex Logo

#215fee Color Hex

#215FEE
(33,95,238)
0 Favorites   0 Comments

Color spaces of #215fee

RGB 3395238
HSL0.620.860.53
HSV222°86°93°
CMYK 0.860.600.00   0.07
XYZ20.152014.680882.6605
Yxy14.68080.17150.1250
Hunter Lab38.315526.8296-101.0892
CIE-Lab45.193934.3800-76.9428

#215fee color RGB value is (33,95,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011111 11101110
Octal 41 137 356
Decimal 33 95 238
Hex 21 5F EE

RGB Percentages of Color #215fee

%9.02
%25.96
%65.03

CMYK Percentages of Color #215fee

%86
%60
%0
%7

Triadic Colors of #215fee

#215fee #ee215f #5fee21

Analogous Colors of #215fee

#215fee #4921ee #21c6ee

Monochromatic Colors of #215fee

#215fee

Complementary Color

#215fee #eeb021

#215fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#215fee Color CSS Codes

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

#215fee Text Font Color

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

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


#215fee Background Color

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

This div background color is #215fee


#215fee Border Color

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

This div border color is #215fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215fee


Comments

No comments written yet.

Please login to write comment.