Color Hex Logo

#7507df Color Hex

#7507DF
(117,7,223)
0 Favorites   0 Comments

Color spaces of #7507df

RGB 1177223
HSL0.750.940.45
HSV271°97°87°
CMYK 0.480.970.00   0.13
XYZ20.73149.261670.5070
Yxy9.26160.20630.0922
Hunter Lab30.432968.3397-116.0603
CIE-Lab36.483274.7565-82.5415

#7507df color RGB value is (117,7,223).

#7507df hex color red value is 117, green value is 7 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7507df hue: 0.75 , saturation: 0.94 and the lightness value of 7507df is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000111 11011111
Octal 165 7 337
Decimal 117 7 223
Hex 75 7 DF

RGB Percentages of Color #7507df

%33.72
%2.02
%64.27

CMYK Percentages of Color #7507df

%48
%97
%0
%13

Triadic Colors of #7507df

#7507df #df7507 #07df75

Analogous Colors of #7507df

#7507df #df07dd #0907df

Monochromatic Colors of #7507df

#7507df

Complementary Color

#7507df #71df07

#7507df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7507df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7507df Color CSS Codes

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

#7507df Text Font Color

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

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


#7507df Background Color

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

This div background color is #7507df


#7507df Border Color

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

This div border color is #7507df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,7,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 #7507df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7507df


Comments

No comments written yet.

Please login to write comment.