Color Hex Logo

#752fda Color Hex

#752FDA
(117,47,218)
0 Favorites   0 Comments

Color spaces of #752fda

RGB 11747218
HSL0.730.700.52
HSV265°78°85°
CMYK 0.460.780.00   0.15
XYZ21.007510.876967.3219
Yxy10.87690.21180.1096
Hunter Lab32.980155.9846-97.9417
CIE-Lab39.372463.6333-74.9144

#752fda color RGB value is (117,47,218).

#752fda hex color red value is 117, green value is 47 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #752fda hue: 0.73 , saturation: 0.70 and the lightness value of 752fda is 0.52.

The process color (four color CMYK) of #752fda color hex is 0.46, 0.78, 0.00, 0.15. Web safe color of #752fda is #6633cc. Color #752fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101111 11011010
Octal 165 57 332
Decimal 117 47 218
Hex 75 2F DA

RGB Percentages of Color #752fda

%30.63
%12.30
%57.07

CMYK Percentages of Color #752fda

%46
%78
%0
%15

Triadic Colors of #752fda

#752fda #da752f #2fda75

Analogous Colors of #752fda

#752fda #cb2fda #2f3fda

Monochromatic Colors of #752fda

#752fda

Complementary Color

#752fda #94da2f

#752fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#752fda Color CSS Codes

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

#752fda Text Font Color

<p style="color:#752fda">Text here</p>

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


#752fda Background Color

<div style="background-color:#752fda">
Div content here</div>

This div background color is #752fda


#752fda Border Color

<div style="border:3px solid #752fda">
Div here</div>

This div border color is #752fda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,47,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #752fda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #752fda;
  -webkit-box-shadow: 1px 1px 3px 2px #752fda;
  box-shadow:         1px 1px 3px 2px #752fda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752fda


Comments

No comments written yet.

Please login to write comment.