Color Hex Logo

#752dda Color Hex

#752DDA
(117,45,218)
0 Favorites   0 Comments

Color spaces of #752dda

RGB 11745218
HSL0.740.700.52
HSV265°79°85°
CMYK 0.460.790.00   0.15
XYZ20.929410.720667.2959
Yxy10.72060.21150.1083
Hunter Lab32.742356.8009-98.9402
CIE-Lab39.105864.4070-75.3520

#752dda color RGB value is (117,45,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101101 11011010
Octal 165 55 332
Decimal 117 45 218
Hex 75 2D DA

RGB Percentages of Color #752dda

%30.79
%11.84
%57.37

CMYK Percentages of Color #752dda

%46
%79
%0
%15

Triadic Colors of #752dda

#752dda #da752d #2dda75

Analogous Colors of #752dda

#752dda #cc2dda #2d3cda

Monochromatic Colors of #752dda

#752dda

Complementary Color

#752dda #92da2d

#752dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#752dda Color CSS Codes

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

#752dda Text Font Color

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

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


#752dda Background Color

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

This div background color is #752dda


#752dda Border Color

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

This div border color is #752dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752dda


Comments

No comments written yet.

Please login to write comment.