Color Hex Logo

#630cdf Color Hex

#630CDF
(99,12,223)
0 Favorites   0 Comments

Color spaces of #630cdf

RGB 9912223
HSL0.740.900.46
HSV265°95°87°
CMYK 0.560.950.00   0.13
XYZ18.59638.243370.4230
Yxy8.24330.19120.0848
Hunter Lab28.711165.3705-125.3293
CIE-Lab34.484572.6624-85.9187

#630cdf color RGB value is (99,12,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001100 11011111
Octal 143 14 337
Decimal 99 12 223
Hex 63 C DF

RGB Percentages of Color #630cdf

%29.64
%3.59
%66.77

CMYK Percentages of Color #630cdf

%56
%95
%0
%13

Triadic Colors of #630cdf

#630cdf #df630c #0cdf63

Analogous Colors of #630cdf

#630cdf #cd0cdf #0c1fdf

Monochromatic Colors of #630cdf

#630cdf

Complementary Color

#630cdf #88df0c

#630cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#630cdf Color CSS Codes

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

#630cdf Text Font Color

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

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


#630cdf Background Color

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

This div background color is #630cdf


#630cdf Border Color

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

This div border color is #630cdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,12,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 #630cdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630cdf


Comments

No comments written yet.

Please login to write comment.