Color Hex Logo

#642fae Color Hex

#642FAE
(100,47,174)
0 Favorites   0 Comments

Color spaces of #642fae

RGB 10047174
HSL0.740.570.43
HSV265°73°68°
CMYK 0.430.730.00   0.32
XYZ13.91207.798340.8164
Yxy7.79830.22250.1247
Hunter Lab27.925440.0563-67.1117
CIE-Lab33.559249.8865-58.7607

#642fae color RGB value is (100,47,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00101111 10101110
Octal 144 57 256
Decimal 100 47 174
Hex 64 2F AE

RGB Percentages of Color #642fae

%31.15
%14.64
%54.21

CMYK Percentages of Color #642fae

%43
%73
%0
%32

Triadic Colors of #642fae

#642fae #ae642f #2fae64

Analogous Colors of #642fae

#642fae #a42fae #2f3aae

Monochromatic Colors of #642fae

#642fae

Complementary Color

#642fae #79ae2f

#642fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#642fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#642fae Color CSS Codes

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

#642fae Text Font Color

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

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


#642fae Background Color

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

This div background color is #642fae


#642fae Border Color

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

This div border color is #642fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #642fae


Comments

No comments written yet.

Please login to write comment.