Color Hex Logo

#6432ed Color Hex

#6432ED
(100,50,237)
0 Favorites   0 Comments

Color spaces of #6432ed

RGB 10050237
HSL0.710.840.56
HSV256°79°93°
CMYK 0.580.790.00   0.07
XYZ21.682211.105081.1215
Yxy11.10500.19030.0975
Hunter Lab33.324257.8228-121.0036
CIE-Lab39.756865.1788-85.1777

#6432ed color RGB value is (100,50,237).

#6432ed hex color red value is 100, green value is 50 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6432ed hue: 0.71 , saturation: 0.84 and the lightness value of 6432ed is 0.56.

The process color (four color CMYK) of #6432ed color hex is 0.58, 0.79, 0.00, 0.07. Web safe color of #6432ed is #6633ff. Color #6432ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00110010 11101101
Octal 144 62 355
Decimal 100 50 237
Hex 64 32 ED

RGB Percentages of Color #6432ed

%25.84
%12.92
%61.24

CMYK Percentages of Color #6432ed

%58
%79
%0
%7

Triadic Colors of #6432ed

#6432ed #ed6432 #32ed64

Analogous Colors of #6432ed

#6432ed #c232ed #325eed

Monochromatic Colors of #6432ed

#6432ed

Complementary Color

#6432ed #bbed32

#6432ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6432ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6432ed Color CSS Codes

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

#6432ed Text Font Color

<p style="color:#6432ed">Text here</p>

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


#6432ed Background Color

<div style="background-color:#6432ed">
Div content here</div>

This div background color is #6432ed


#6432ed Border Color

<div style="border:3px solid #6432ed">
Div here</div>

This div border color is #6432ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,50,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6432ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6432ed;
  -webkit-box-shadow: 1px 1px 3px 2px #6432ed;
  box-shadow:         1px 1px 3px 2px #6432ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6432ed


Comments

No comments written yet.

Please login to write comment.