Color Hex Logo

#642faf Color Hex

#642FAF
(100,47,175)
0 Favorites   0 Comments

Color spaces of #642faf

RGB 10047175
HSL0.740.580.44
HSV265°73°69°
CMYK 0.430.730.00   0.31
XYZ14.00997.837541.3318
Yxy7.83750.22170.1241
Hunter Lab27.995540.3352-67.9372
CIE-Lab33.642150.1458-59.2222

#642faf color RGB value is (100,47,175).

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

The process color (four color CMYK) of #642faf color hex is 0.43, 0.73, 0.00, 0.31. Web safe color of #642faf is #663399. Color #642faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00101111 10101111
Octal 144 57 257
Decimal 100 47 175
Hex 64 2F AF

RGB Percentages of Color #642faf

%31.06
%14.60
%54.35

CMYK Percentages of Color #642faf

%43
%73
%0
%31

Triadic Colors of #642faf

#642faf #af642f #2faf64

Analogous Colors of #642faf

#642faf #a42faf #2f3aaf

Monochromatic Colors of #642faf

#642faf

Complementary Color

#642faf #7aaf2f

#642faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#642faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#642faf Color CSS Codes

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

#642faf Text Font Color

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

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


#642faf Background Color

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

This div background color is #642faf


#642faf Border Color

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

This div border color is #642faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #642faf


Comments

No comments written yet.

Please login to write comment.