Color Hex Logo

#630de5 Color Hex

#630DE5
(99,13,229)
0 Favorites   0 Comments

Color spaces of #630de5

RGB 9913229
HSL0.730.890.47
HSV264°94°90°
CMYK 0.570.940.00   0.10
XYZ19.43248.597674.7641
Yxy8.59760.18900.0836
Hunter Lab29.321766.9847-130.6519
CIE-Lab35.197773.8750-88.1724

#630de5 color RGB value is (99,13,229).

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

The process color (four color CMYK) of #630de5 color hex is 0.57, 0.94, 0.00, 0.10. Web safe color of #630de5 is #6600cc. Color #630de5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001101 11100101
Octal 143 15 345
Decimal 99 13 229
Hex 63 D E5

RGB Percentages of Color #630de5

%29.03
%3.81
%67.16

CMYK Percentages of Color #630de5

%57
%94
%0
%10

Triadic Colors of #630de5

#630de5 #e5630d #0de563

Analogous Colors of #630de5

#630de5 #cf0de5 #0d23e5

Monochromatic Colors of #630de5

#630de5

Complementary Color

#630de5 #8fe50d

#630de5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630de5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#630de5 Color CSS Codes

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

#630de5 Text Font Color

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

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


#630de5 Background Color

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

This div background color is #630de5


#630de5 Border Color

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

This div border color is #630de5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630de5


Comments

No comments written yet.

Please login to write comment.