Color Hex Logo

#635cea Color Hex

#635CEA
(99,92,234)
0 Favorites   0 Comments

Color spaces of #635cea

RGB 9992234
HSL0.670.770.64
HSV243°61°92°
CMYK 0.580.610.00   0.08
XYZ23.824016.247579.7223
Yxy16.24750.19890.1356
Hunter Lab40.308234.9624-89.0492
CIE-Lab47.297542.4209-71.1279

#635cea color RGB value is (99,92,234).

#635cea hex color red value is 99, green value is 92 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #635cea hue: 0.67 , saturation: 0.77 and the lightness value of 635cea is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011100 11101010
Octal 143 134 352
Decimal 99 92 234
Hex 63 5C EA

RGB Percentages of Color #635cea

%23.29
%21.65
%55.06

CMYK Percentages of Color #635cea

%58
%61
%0
%8

Triadic Colors of #635cea

#635cea #ea635c #5cea63

Analogous Colors of #635cea

#635cea #aa5cea #5c9cea

Monochromatic Colors of #635cea

#635cea

Complementary Color

#635cea #e3ea5c

#635cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#635cea Color CSS Codes

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

#635cea Text Font Color

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

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


#635cea Background Color

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

This div background color is #635cea


#635cea Border Color

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

This div border color is #635cea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,92,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635cea


Comments

No comments written yet.

Please login to write comment.