Color Hex Logo

#7630ad Color Hex

#7630AD
(118,48,173)
0 Favorites   0 Comments

Color spaces of #7630ad

RGB 11848173
HSL0.760.570.43
HSV274°72°68°
CMYK 0.320.720.00   0.32
XYZ16.07108.982640.4219
Yxy8.98260.24550.1372
Hunter Lab29.971043.2658-58.9848
CIE-Lab35.950852.5592-54.1712

#7630ad color RGB value is (118,48,173).

#7630ad hex color red value is 118, green value is 48 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7630ad hue: 0.76 , saturation: 0.57 and the lightness value of 7630ad is 0.43.

The process color (four color CMYK) of #7630ad color hex is 0.32, 0.72, 0.00, 0.32. Web safe color of #7630ad is #663399. Color #7630ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110000 10101101
Octal 166 60 255
Decimal 118 48 173
Hex 76 30 AD

RGB Percentages of Color #7630ad

%34.81
%14.16
%51.03

CMYK Percentages of Color #7630ad

%32
%72
%0
%32

Triadic Colors of #7630ad

#7630ad #ad7630 #30ad76

Analogous Colors of #7630ad

#7630ad #ad30a6 #3830ad

Monochromatic Colors of #7630ad

#7630ad

Complementary Color

#7630ad #67ad30

#7630ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7630ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7630ad Color CSS Codes

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

#7630ad Text Font Color

<p style="color:#7630ad">Text here</p>

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


#7630ad Background Color

<div style="background-color:#7630ad">
Div content here</div>

This div background color is #7630ad


#7630ad Border Color

<div style="border:3px solid #7630ad">
Div here</div>

This div border color is #7630ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,48,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7630ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7630ad;
  -webkit-box-shadow: 1px 1px 3px 2px #7630ad;
  box-shadow:         1px 1px 3px 2px #7630ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,48,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7630ad


Comments

No comments written yet.

Please login to write comment.