Color Hex Logo

#7530be Color Hex

#7530BE
(117,48,190)
0 Favorites   0 Comments

Color spaces of #7530be

RGB 11748190
HSL0.750.600.47
HSV269°75°75°
CMYK 0.380.750.00   0.25
XYZ17.68739.613549.6386
Yxy9.61350.22990.1249
Hunter Lab31.005647.5662-73.2166
CIE-Lab37.139656.4093-62.3075

#7530be color RGB value is (117,48,190).

#7530be hex color red value is 117, green value is 48 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7530be hue: 0.75 , saturation: 0.60 and the lightness value of 7530be is 0.47.

The process color (four color CMYK) of #7530be color hex is 0.38, 0.75, 0.00, 0.25. Web safe color of #7530be is #6633cc. Color #7530be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110000 10111110
Octal 165 60 276
Decimal 117 48 190
Hex 75 30 BE

RGB Percentages of Color #7530be

%32.96
%13.52
%53.52

CMYK Percentages of Color #7530be

%38
%75
%0
%25

Triadic Colors of #7530be

#7530be #be7530 #30be75

Analogous Colors of #7530be

#7530be #bc30be #3032be

Monochromatic Colors of #7530be

#7530be

Complementary Color

#7530be #79be30

#7530be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7530be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7530be Color CSS Codes

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

#7530be Text Font Color

<p style="color:#7530be">Text here</p>

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


#7530be Background Color

<div style="background-color:#7530be">
Div content here</div>

This div background color is #7530be


#7530be Border Color

<div style="border:3px solid #7530be">
Div here</div>

This div border color is #7530be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,48,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7530be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7530be;
  -webkit-box-shadow: 1px 1px 3px 2px #7530be;
  box-shadow:         1px 1px 3px 2px #7530be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7530be


Comments

No comments written yet.

Please login to write comment.