Color Hex Logo

#6442de Color Hex

#6442DE
(100,66,222)
0 Favorites   0 Comments

Color spaces of #6442de

RGB 10066222
HSL0.700.700.56
HSV253°70°87°
CMYK 0.550.700.00   0.13
XYZ20.388611.879770.3257
Yxy11.87970.19870.1158
Hunter Lab34.466945.2729-96.8473
CIE-Lab41.024353.5146-74.5636

#6442de color RGB value is (100,66,222).

#6442de hex color red value is 100, green value is 66 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6442de hue: 0.70 , saturation: 0.70 and the lightness value of 6442de is 0.56.

The process color (four color CMYK) of #6442de color hex is 0.55, 0.70, 0.00, 0.13. Web safe color of #6442de is #6633cc. Color #6442de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01000010 11011110
Octal 144 102 336
Decimal 100 66 222
Hex 64 42 DE

RGB Percentages of Color #6442de

%25.77
%17.01
%57.22

CMYK Percentages of Color #6442de

%55
%70
%0
%13

Triadic Colors of #6442de

#6442de #de6442 #42de64

Analogous Colors of #6442de

#6442de #b242de #426ede

Monochromatic Colors of #6442de

#6442de

Complementary Color

#6442de #bcde42

#6442de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6442de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6442de Color CSS Codes

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

#6442de Text Font Color

<p style="color:#6442de">Text here</p>

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


#6442de Background Color

<div style="background-color:#6442de">
Div content here</div>

This div background color is #6442de


#6442de Border Color

<div style="border:3px solid #6442de">
Div here</div>

This div border color is #6442de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,66,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6442de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6442de;
  -webkit-box-shadow: 1px 1px 3px 2px #6442de;
  box-shadow:         1px 1px 3px 2px #6442de; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6442de


Comments

No comments written yet.

Please login to write comment.