Color Hex Logo

#642fa5 Color Hex

#642FA5
(100,47,165)
0 Favorites   0 Comments

Color spaces of #642fa5

RGB 10047165
HSL0.740.560.42
HSV267°72°65°
CMYK 0.390.720.00   0.35
XYZ13.06367.459036.3485
Yxy7.45900.22970.1312
Hunter Lab27.311237.5864-59.7914
CIE-Lab32.829847.5615-54.5519

#642fa5 color RGB value is (100,47,165).

#642fa5 hex color red value is 100, green value is 47 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #642fa5 hue: 0.74 , saturation: 0.56 and the lightness value of 642fa5 is 0.42.

The process color (four color CMYK) of #642fa5 color hex is 0.39, 0.72, 0.00, 0.35. Web safe color of #642fa5 is #663399. Color #642fa5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00101111 10100101
Octal 144 57 245
Decimal 100 47 165
Hex 64 2F A5

RGB Percentages of Color #642fa5

%32.05
%15.06
%52.88

CMYK Percentages of Color #642fa5

%39
%72
%0
%35

Triadic Colors of #642fa5

#642fa5 #a5642f #2fa564

Analogous Colors of #642fa5

#642fa5 #9f2fa5 #2f35a5

Monochromatic Colors of #642fa5

#642fa5

Complementary Color

#642fa5 #70a52f

#642fa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#642fa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#642fa5 Color CSS Codes

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

#642fa5 Text Font Color

<p style="color:#642fa5">Text here</p>

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


#642fa5 Background Color

<div style="background-color:#642fa5">
Div content here</div>

This div background color is #642fa5


#642fa5 Border Color

<div style="border:3px solid #642fa5">
Div here</div>

This div border color is #642fa5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,47,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #642fa5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #642fa5;
  -webkit-box-shadow: 1px 1px 3px 2px #642fa5;
  box-shadow:         1px 1px 3px 2px #642fa5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #642fa5


Comments

No comments written yet.

Please login to write comment.