Color Hex Logo

#630eea Color Hex

#630EEA
(99,14,234)
0 Favorites   0 Comments

Color spaces of #630eea

RGB 9914234
HSL0.730.890.49
HSV263°94°92°
CMYK 0.580.940.00   0.08
XYZ20.15398.907278.4989
Yxy8.90720.18740.0828
Hunter Lab29.844968.3101-135.0546
CIE-Lab35.805074.8586-90.0158

#630eea color RGB value is (99,14,234).

#630eea hex color red value is 99, green value is 14 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #630eea hue: 0.73 , saturation: 0.89 and the lightness value of 630eea is 0.49.

The process color (four color CMYK) of #630eea color hex is 0.58, 0.94, 0.00, 0.08. Web safe color of #630eea is #6600ff. Color #630eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001110 11101010
Octal 143 16 352
Decimal 99 14 234
Hex 63 E EA

RGB Percentages of Color #630eea

%28.53
%4.03
%67.44

CMYK Percentages of Color #630eea

%58
%94
%0
%8

Triadic Colors of #630eea

#630eea #ea630e #0eea63

Analogous Colors of #630eea

#630eea #d10eea #0e27ea

Monochromatic Colors of #630eea

#630eea

Complementary Color

#630eea #95ea0e

#630eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#630eea Color CSS Codes

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

#630eea Text Font Color

<p style="color:#630eea">Text here</p>

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


#630eea Background Color

<div style="background-color:#630eea">
Div content here</div>

This div background color is #630eea


#630eea Border Color

<div style="border:3px solid #630eea">
Div here</div>

This div border color is #630eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630eea


Comments

No comments written yet.

Please login to write comment.