Color Hex Logo

#7505dc Color Hex

#7505DC
(117,5,220)
0 Favorites   0 Comments

Color spaces of #7505dc

RGB 1175220
HSL0.750.960.44
HSV271°98°86°
CMYK 0.470.980.00   0.14
XYZ20.30879.057868.3881
Yxy9.05780.20780.0927
Hunter Lab30.096267.7823-113.6584
CIE-Lab36.095374.3685-81.4592

#7505dc color RGB value is (117,5,220).

#7505dc hex color red value is 117, green value is 5 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7505dc hue: 0.75 , saturation: 0.96 and the lightness value of 7505dc is 0.44.

The process color (four color CMYK) of #7505dc color hex is 0.47, 0.98, 0.00, 0.14. Web safe color of #7505dc is #6600cc. Color #7505dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000101 11011100
Octal 165 5 334
Decimal 117 5 220
Hex 75 5 DC

RGB Percentages of Color #7505dc

%34.21
%1.46
%64.33

CMYK Percentages of Color #7505dc

%47
%98
%0
%14

Triadic Colors of #7505dc

#7505dc #dc7505 #05dc75

Analogous Colors of #7505dc

#7505dc #dc05d8 #0905dc

Monochromatic Colors of #7505dc

#7505dc

Complementary Color

#7505dc #6cdc05

#7505dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7505dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7505dc Color CSS Codes

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

#7505dc Text Font Color

<p style="color:#7505dc">Text here</p>

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


#7505dc Background Color

<div style="background-color:#7505dc">
Div content here</div>

This div background color is #7505dc


#7505dc Border Color

<div style="border:3px solid #7505dc">
Div here</div>

This div border color is #7505dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,5,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7505dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7505dc;
  -webkit-box-shadow: 1px 1px 3px 2px #7505dc;
  box-shadow:         1px 1px 3px 2px #7505dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7505dc


Comments

No comments written yet.

Please login to write comment.