Color Hex Logo

#630edc Color Hex

#630EDC
(99,14,220)
0 Favorites   0 Comments

Color spaces of #630edc

RGB 9914220
HSL0.740.880.46
HSV265°94°86°
CMYK 0.550.940.00   0.14
XYZ18.22098.134068.3198
Yxy8.13400.19250.0859
Hunter Lab28.520264.1294-122.0645
CIE-Lab34.260471.6620-84.5658

#630edc color RGB value is (99,14,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001110 11011100
Octal 143 16 334
Decimal 99 14 220
Hex 63 E DC

RGB Percentages of Color #630edc

%29.73
%4.20
%66.07

CMYK Percentages of Color #630edc

%55
%94
%0
%14

Triadic Colors of #630edc

#630edc #dc630e #0edc63

Analogous Colors of #630edc

#630edc #ca0edc #0e20dc

Monochromatic Colors of #630edc

#630edc

Complementary Color

#630edc #87dc0e

#630edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#630edc Color CSS Codes

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

#630edc Text Font Color

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

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


#630edc Background Color

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

This div background color is #630edc


#630edc Border Color

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

This div border color is #630edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630edc


Comments

No comments written yet.

Please login to write comment.