Color Hex Logo

#7630ab Color Hex

#7630AB
(118,48,171)
0 Favorites   0 Comments

Color spaces of #7630ab

RGB 11848171
HSL0.760.560.43
HSV274°72°67°
CMYK 0.310.720.00   0.33
XYZ15.87898.905739.4101
Yxy8.90570.24740.1387
Hunter Lab29.842442.7541-57.4091
CIE-Lab35.802152.0940-53.2181

#7630ab color RGB value is (118,48,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110000 10101011
Octal 166 60 253
Decimal 118 48 171
Hex 76 30 AB

RGB Percentages of Color #7630ab

%35.01
%14.24
%50.74

CMYK Percentages of Color #7630ab

%31
%72
%0
%33

Triadic Colors of #7630ab

#7630ab #ab7630 #30ab76

Analogous Colors of #7630ab

#7630ab #ab30a3 #3930ab

Monochromatic Colors of #7630ab

#7630ab

Complementary Color

#7630ab #65ab30

#7630ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7630ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7630ab Color CSS Codes

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

#7630ab Text Font Color

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

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


#7630ab Background Color

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

This div background color is #7630ab


#7630ab Border Color

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

This div border color is #7630ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7630ab


Comments

No comments written yet.

Please login to write comment.