Color Hex Logo

#6420ee Color Hex

#6420EE
(100,32,238)
0 Favorites   0 Comments

Color spaces of #6420ee

RGB 10032238
HSL0.720.860.53
HSV260°87°93°
CMYK 0.580.870.00   0.07
XYZ21.20479.915481.6852
Yxy9.91540.18800.0879
Hunter Lab31.488765.0977-131.7626
CIE-Lab37.690271.8272-89.1598

#6420ee color RGB value is (100,32,238).

#6420ee hex color red value is 100, green value is 32 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6420ee hue: 0.72 , saturation: 0.86 and the lightness value of 6420ee is 0.53.

The process color (four color CMYK) of #6420ee color hex is 0.58, 0.87, 0.00, 0.07. Web safe color of #6420ee is #6633ff. Color #6420ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00100000 11101110
Octal 144 40 356
Decimal 100 32 238
Hex 64 20 EE

RGB Percentages of Color #6420ee

%27.03
%8.65
%64.32

CMYK Percentages of Color #6420ee

%58
%87
%0
%7

Triadic Colors of #6420ee

#6420ee #ee6420 #20ee64

Analogous Colors of #6420ee

#6420ee #cb20ee #2043ee

Monochromatic Colors of #6420ee

#6420ee

Complementary Color

#6420ee #aaee20

#6420ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6420ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6420ee Color CSS Codes

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

#6420ee Text Font Color

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

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


#6420ee Background Color

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

This div background color is #6420ee


#6420ee Border Color

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

This div border color is #6420ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6420ee


Comments

No comments written yet.

Please login to write comment.