Color Hex Logo

#630ddf Color Hex

#630DDF
(99,13,223)
0 Favorites   0 Comments

Color spaces of #630ddf

RGB 9913223
HSL0.730.890.46
HSV265°94°87°
CMYK 0.560.940.00   0.13
XYZ18.60888.268270.4272
Yxy8.26820.19120.0850
Hunter Lab28.754565.1980-125.0885
CIE-Lab34.535372.5085-85.8346

#630ddf color RGB value is (99,13,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001101 11011111
Octal 143 15 337
Decimal 99 13 223
Hex 63 D DF

RGB Percentages of Color #630ddf

%29.55
%3.88
%66.57

CMYK Percentages of Color #630ddf

%56
%94
%0
%13

Triadic Colors of #630ddf

#630ddf #df630d #0ddf63

Analogous Colors of #630ddf

#630ddf #cc0ddf #0d20df

Monochromatic Colors of #630ddf

#630ddf

Complementary Color

#630ddf #89df0d

#630ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#630ddf Color CSS Codes

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

#630ddf Text Font Color

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

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


#630ddf Background Color

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

This div background color is #630ddf


#630ddf Border Color

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

This div border color is #630ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630ddf


Comments

No comments written yet.

Please login to write comment.