Color Hex Logo

#632aed Color Hex

#632AED
(99,42,237)
0 Favorites   0 Comments

Color spaces of #632aed

RGB 9942237
HSL0.720.840.55
HSV258°82°93°
CMYK 0.580.820.00   0.07
XYZ21.259610.423081.0121
Yxy10.42300.18860.0925
Hunter Lab32.284761.0449-126.1774
CIE-Lab38.591168.2051-87.1059

#632aed color RGB value is (99,42,237).

#632aed hex color red value is 99, green value is 42 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #632aed hue: 0.72 , saturation: 0.84 and the lightness value of 632aed is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00101010 11101101
Octal 143 52 355
Decimal 99 42 237
Hex 63 2A ED

RGB Percentages of Color #632aed

%26.19
%11.11
%62.70

CMYK Percentages of Color #632aed

%58
%82
%0
%7

Triadic Colors of #632aed

#632aed #ed632a #2aed63

Analogous Colors of #632aed

#632aed #c52aed #2a52ed

Monochromatic Colors of #632aed

#632aed

Complementary Color

#632aed #b4ed2a

#632aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#632aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#632aed Color CSS Codes

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

#632aed Text Font Color

<p style="color:#632aed">Text here</p>

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


#632aed Background Color

<div style="background-color:#632aed">
Div content here</div>

This div background color is #632aed


#632aed Border Color

<div style="border:3px solid #632aed">
Div here</div>

This div border color is #632aed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,42,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #632aed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #632aed;
  -webkit-box-shadow: 1px 1px 3px 2px #632aed;
  box-shadow:         1px 1px 3px 2px #632aed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,42,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 #632aed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #632aed


Comments

No comments written yet.

Please login to write comment.