Color Hex Logo

#635aed Color Hex

#635AED
(99,90,237)
0 Favorites   0 Comments

Color spaces of #635aed

RGB 9990237
HSL0.680.800.64
HSV244°62°93°
CMYK 0.580.620.00   0.07
XYZ24.087816.079481.9548
Yxy16.07940.19720.1317
Hunter Lab40.099137.0526-93.1078
CIE-Lab47.078544.5244-73.1728

#635aed color RGB value is (99,90,237).

#635aed hex color red value is 99, green value is 90 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #635aed hue: 0.68 , saturation: 0.80 and the lightness value of 635aed is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011010 11101101
Octal 143 132 355
Decimal 99 90 237
Hex 63 5A ED

RGB Percentages of Color #635aed

%23.24
%21.13
%55.63

CMYK Percentages of Color #635aed

%58
%62
%0
%7

Triadic Colors of #635aed

#635aed #ed635a #5aed63

Analogous Colors of #635aed

#635aed #ad5aed #5a9bed

Monochromatic Colors of #635aed

#635aed

Complementary Color

#635aed #e4ed5a

#635aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#635aed Color CSS Codes

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

#635aed Text Font Color

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

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


#635aed Background Color

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

This div background color is #635aed


#635aed Border Color

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

This div border color is #635aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635aed


Comments

No comments written yet.

Please login to write comment.