Color Hex Logo

#630acd Color Hex

#630ACD
(99,10,205)
0 Favorites   0 Comments

Color spaces of #630acd

RGB 9910205
HSL0.740.910.42
HSV267°95°80°
CMYK 0.520.950.00   0.20
XYZ16.27367.277558.3046
Yxy7.27750.19880.0889
Hunter Lab26.976860.4695-109.2587
CIE-Lab32.430568.8899-78.9085

#630acd color RGB value is (99,10,205).

#630acd hex color red value is 99, green value is 10 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #630acd hue: 0.74 , saturation: 0.91 and the lightness value of 630acd is 0.42.

The process color (four color CMYK) of #630acd color hex is 0.52, 0.95, 0.00, 0.20. Web safe color of #630acd is #6600cc. Color #630acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001010 11001101
Octal 143 12 315
Decimal 99 10 205
Hex 63 A CD

RGB Percentages of Color #630acd

%31.53
%3.18
%65.29

CMYK Percentages of Color #630acd

%52
%95
%0
%20

Triadic Colors of #630acd

#630acd #cd630a #0acd63

Analogous Colors of #630acd

#630acd #c50acd #0a12cd

Monochromatic Colors of #630acd

#630acd

Complementary Color

#630acd #74cd0a

#630acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#630acd Color CSS Codes

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

#630acd Text Font Color

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

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


#630acd Background Color

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

This div background color is #630acd


#630acd Border Color

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

This div border color is #630acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630acd


Comments

No comments written yet.

Please login to write comment.