Color Hex Logo

#7630da Color Hex

#7630DA
(118,48,218)
0 Favorites   0 Comments

Color spaces of #7630da

RGB 11848218
HSL0.740.700.52
HSV265°78°85°
CMYK 0.460.780.00   0.15
XYZ21.183111.027467.3417
Yxy11.02740.21280.1108
Hunter Lab33.207555.7521-96.9892
CIE-Lab39.626663.3776-74.4928

#7630da color RGB value is (118,48,218).

#7630da hex color red value is 118, green value is 48 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7630da hue: 0.74 , saturation: 0.70 and the lightness value of 7630da is 0.52.

The process color (four color CMYK) of #7630da color hex is 0.46, 0.78, 0.00, 0.15. Web safe color of #7630da is #6633cc. Color #7630da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110000 11011010
Octal 166 60 332
Decimal 118 48 218
Hex 76 30 DA

RGB Percentages of Color #7630da

%30.73
%12.50
%56.77

CMYK Percentages of Color #7630da

%46
%78
%0
%15

Triadic Colors of #7630da

#7630da #da7630 #30da76

Analogous Colors of #7630da

#7630da #cb30da #303fda

Monochromatic Colors of #7630da

#7630da

Complementary Color

#7630da #94da30

#7630da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7630da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7630da Color CSS Codes

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

#7630da Text Font Color

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

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


#7630da Background Color

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

This div background color is #7630da


#7630da Border Color

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

This div border color is #7630da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7630da


Comments

No comments written yet.

Please login to write comment.