Color Hex Logo

#7530df Color Hex

#7530DF
(117,48,223)
0 Favorites   0 Comments

Color spaces of #7530df

RGB 11748223
HSL0.730.730.53
HSV264°78°87°
CMYK 0.480.780.00   0.13
XYZ21.712411.223570.8340
Yxy11.22350.20920.1082
Hunter Lab33.501557.0587-101.9090
CIE-Lab39.954464.4688-76.8237

#7530df color RGB value is (117,48,223).

#7530df hex color red value is 117, green value is 48 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7530df hue: 0.73 , saturation: 0.73 and the lightness value of 7530df is 0.53.

The process color (four color CMYK) of #7530df color hex is 0.48, 0.78, 0.00, 0.13. Web safe color of #7530df is #6633cc. Color #7530df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110000 11011111
Octal 165 60 337
Decimal 117 48 223
Hex 75 30 DF

RGB Percentages of Color #7530df

%30.15
%12.37
%57.47

CMYK Percentages of Color #7530df

%48
%78
%0
%13

Triadic Colors of #7530df

#7530df #df7530 #30df75

Analogous Colors of #7530df

#7530df #cd30df #3043df

Monochromatic Colors of #7530df

#7530df

Complementary Color

#7530df #9adf30

#7530df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7530df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7530df Color CSS Codes

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

#7530df Text Font Color

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

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


#7530df Background Color

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

This div background color is #7530df


#7530df Border Color

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

This div border color is #7530df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7530df


Comments

No comments written yet.

Please login to write comment.