Color Hex Logo

#630cdd Color Hex

#630CDD
(99,12,221)
0 Favorites   0 Comments

Color spaces of #630cdd

RGB 9912221
HSL0.740.900.46
HSV265°95°87°
CMYK 0.550.950.00   0.13
XYZ18.32828.136169.0110
Yxy8.13610.19200.0852
Hunter Lab28.523864.7797-123.4804
CIE-Lab34.264772.2081-85.1339

#630cdd color RGB value is (99,12,221).

#630cdd hex color red value is 99, green value is 12 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #630cdd hue: 0.74 , saturation: 0.90 and the lightness value of 630cdd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001100 11011101
Octal 143 14 335
Decimal 99 12 221
Hex 63 C DD

RGB Percentages of Color #630cdd

%29.82
%3.61
%66.57

CMYK Percentages of Color #630cdd

%55
%95
%0
%13

Triadic Colors of #630cdd

#630cdd #dd630c #0cdd63

Analogous Colors of #630cdd

#630cdd #cc0cdd #0c1edd

Monochromatic Colors of #630cdd

#630cdd

Complementary Color

#630cdd #86dd0c

#630cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#630cdd Color CSS Codes

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

#630cdd Text Font Color

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

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


#630cdd Background Color

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

This div background color is #630cdd


#630cdd Border Color

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

This div border color is #630cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630cdd


Comments

No comments written yet.

Please login to write comment.