Color Hex Logo

#4215ee Color Hex

#4215EE
(66,21,238)
0 Favorites   0 Comments

Color spaces of #4215ee

RGB 6621238
HSL0.700.860.51
HSV252°91°93°
CMYK 0.720.910.00   0.07
XYZ17.94757.867681.4616
Yxy7.86760.16730.0733
Hunter Lab28.049265.1283-152.5576
CIE-Lab33.705672.6041-95.8638

#4215ee color RGB value is (66,21,238).

#4215ee hex color red value is 66, green value is 21 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4215ee hue: 0.70 , saturation: 0.86 and the lightness value of 4215ee is 0.51.

The process color (four color CMYK) of #4215ee color hex is 0.72, 0.91, 0.00, 0.07. Web safe color of #4215ee is #3300ff. Color #4215ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010101 11101110
Octal 102 25 356
Decimal 66 21 238
Hex 42 15 EE

RGB Percentages of Color #4215ee

%20.31
%6.46
%73.23

CMYK Percentages of Color #4215ee

%72
%91
%0
%7

Triadic Colors of #4215ee

#4215ee #ee4215 #15ee42

Analogous Colors of #4215ee

#4215ee #af15ee #1555ee

Monochromatic Colors of #4215ee

#4215ee

Complementary Color

#4215ee #c1ee15

#4215ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4215ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4215ee Color CSS Codes

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

#4215ee Text Font Color

<p style="color:#4215ee">Text here</p>

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


#4215ee Background Color

<div style="background-color:#4215ee">
Div content here</div>

This div background color is #4215ee


#4215ee Border Color

<div style="border:3px solid #4215ee">
Div here</div>

This div border color is #4215ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,21,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4215ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4215ee;
  -webkit-box-shadow: 1px 1px 3px 2px #4215ee;
  box-shadow:         1px 1px 3px 2px #4215ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,21,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 #4215ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4215ee


Comments

No comments written yet.

Please login to write comment.