Color Hex Logo

#7500df Color Hex

#7500DF
(117,0,223)
0 Favorites   0 Comments

Color spaces of #7500df

RGB 1170223
HSL0.751.000.44
HSV271°100°87°
CMYK 0.481.000.00   0.13
XYZ20.65549.109670.4817
Yxy9.10960.20600.0909
Hunter Lab30.182169.3394-117.3274
CIE-Lab36.194575.6327-83.0186

#7500df color RGB value is (117,0,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000000 11011111
Octal 165 0 337
Decimal 117 0 223
Hex 75 0 DF

RGB Percentages of Color #7500df

%34.41
%0.00
%65.59

CMYK Percentages of Color #7500df

%48
%100
%0
%13

Triadic Colors of #7500df

#7500df #df7500 #00df75

Analogous Colors of #7500df

#7500df #df00da #0600df

Monochromatic Colors of #7500df

#7500df

Complementary Color

#7500df #6adf00

#7500df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7500df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7500df Color CSS Codes

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

#7500df Text Font Color

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

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


#7500df Background Color

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

This div background color is #7500df


#7500df Border Color

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

This div border color is #7500df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7500df


Comments

No comments written yet.

Please login to write comment.