Color Hex Logo

#7505e3 Color Hex

#7505E3
(117,5,227)
0 Favorites   0 Comments

Color spaces of #7505e3

RGB 1175227
HSL0.750.960.45
HSV270°98°89°
CMYK 0.480.980.00   0.11
XYZ21.25559.436573.3742
Yxy9.43650.20420.0907
Hunter Lab30.718969.7525-120.1151
CIE-Lab36.811575.8566-84.2898

#7505e3 color RGB value is (117,5,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000101 11100011
Octal 165 5 343
Decimal 117 5 227
Hex 75 5 E3

RGB Percentages of Color #7505e3

%33.52
%1.43
%65.04

CMYK Percentages of Color #7505e3

%48
%98
%0
%11

Triadic Colors of #7505e3

#7505e3 #e37505 #05e375

Analogous Colors of #7505e3

#7505e3 #e305e2 #0605e3

Monochromatic Colors of #7505e3

#7505e3

Complementary Color

#7505e3 #73e305

#7505e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7505e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7505e3 Color CSS Codes

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

#7505e3 Text Font Color

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

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


#7505e3 Background Color

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

This div background color is #7505e3


#7505e3 Border Color

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

This div border color is #7505e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7505e3


Comments

No comments written yet.

Please login to write comment.