Color Hex Logo

#6442be Color Hex

#6442BE
(100,66,190)
0 Favorites   0 Comments

Color spaces of #6442be

RGB 10066190
HSL0.710.490.50
HSV256°65°75°
CMYK 0.470.650.00   0.25
XYZ16.498010.323549.8383
Yxy10.32350.21520.1347
Hunter Lab32.130235.4271-69.4757
CIE-Lab38.416944.3568-60.3115

#6442be color RGB value is (100,66,190).

#6442be hex color red value is 100, green value is 66 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6442be hue: 0.71 , saturation: 0.49 and the lightness value of 6442be is 0.50.

The process color (four color CMYK) of #6442be color hex is 0.47, 0.65, 0.00, 0.25. Web safe color of #6442be is #6633cc. Color #6442be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01000010 10111110
Octal 144 102 276
Decimal 100 66 190
Hex 64 42 BE

RGB Percentages of Color #6442be

%28.09
%18.54
%53.37

CMYK Percentages of Color #6442be

%47
%65
%0
%25

Triadic Colors of #6442be

#6442be #be6442 #42be64

Analogous Colors of #6442be

#6442be #a242be #425ebe

Monochromatic Colors of #6442be

#6442be

Complementary Color

#6442be #9cbe42

#6442be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6442be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6442be Color CSS Codes

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

#6442be Text Font Color

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

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


#6442be Background Color

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

This div background color is #6442be


#6442be Border Color

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

This div border color is #6442be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,66,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6442be


Comments

No comments written yet.

Please login to write comment.