Color Hex Logo

#634aed Color Hex

#634AED
(99,74,237)
0 Favorites   0 Comments

Color spaces of #634aed

RGB 9974237
HSL0.690.820.61
HSV249°69°93°
CMYK 0.580.690.00   0.07
XYZ22.880413.664681.5524
Yxy13.66460.19370.1157
Hunter Lab36.965745.7951-104.9276
CIE-Lab43.748053.5021-78.6167

#634aed color RGB value is (99,74,237).

#634aed hex color red value is 99, green value is 74 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #634aed hue: 0.69 , saturation: 0.82 and the lightness value of 634aed is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001010 11101101
Octal 143 112 355
Decimal 99 74 237
Hex 63 4A ED

RGB Percentages of Color #634aed

%24.15
%18.05
%57.80

CMYK Percentages of Color #634aed

%58
%69
%0
%7

Triadic Colors of #634aed

#634aed #ed634a #4aed63

Analogous Colors of #634aed

#634aed #b54aed #4a83ed

Monochromatic Colors of #634aed

#634aed

Complementary Color

#634aed #d4ed4a

#634aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#634aed Color CSS Codes

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

#634aed Text Font Color

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

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


#634aed Background Color

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

This div background color is #634aed


#634aed Border Color

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

This div border color is #634aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634aed


Comments

No comments written yet.

Please login to write comment.