Color Hex Logo

#630ddb Color Hex

#630DDB
(99,13,219)
0 Favorites   0 Comments

Color spaces of #630ddb

RGB 9913219
HSL0.740.890.45
HSV265°94°86°
CMYK 0.550.940.00   0.14
XYZ18.07578.055067.6199
Yxy8.05500.19280.0859
Hunter Lab28.381364.0170-121.3944
CIE-Lab34.097271.5977-84.2606

#630ddb color RGB value is (99,13,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001101 11011011
Octal 143 15 333
Decimal 99 13 219
Hex 63 D DB

RGB Percentages of Color #630ddb

%29.91
%3.93
%66.16

CMYK Percentages of Color #630ddb

%55
%94
%0
%14

Triadic Colors of #630ddb

#630ddb #db630d #0ddb63

Analogous Colors of #630ddb

#630ddb #ca0ddb #0d1edb

Monochromatic Colors of #630ddb

#630ddb

Complementary Color

#630ddb #85db0d

#630ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#630ddb Color CSS Codes

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

#630ddb Text Font Color

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

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


#630ddb Background Color

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

This div background color is #630ddb


#630ddb Border Color

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

This div border color is #630ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630ddb


Comments

No comments written yet.

Please login to write comment.