Color Hex Logo

#752add Color Hex

#752ADD
(117,42,221)
0 Favorites   0 Comments

Color spaces of #752add

RGB 11742221
HSL0.740.720.52
HSV265°81°87°
CMYK 0.470.810.00   0.13
XYZ21.215210.658369.3457
Yxy10.65830.20960.1053
Hunter Lab32.647158.8632-103.0851
CIE-Lab38.998966.2361-77.2488

#752add color RGB value is (117,42,221).

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

The process color (four color CMYK) of #752add color hex is 0.47, 0.81, 0.00, 0.13. Web safe color of #752add is #6633cc. Color #752add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101010 11011101
Octal 165 52 335
Decimal 117 42 221
Hex 75 2A DD

RGB Percentages of Color #752add

%30.79
%11.05
%58.16

CMYK Percentages of Color #752add

%47
%81
%0
%13

Triadic Colors of #752add

#752add #dd752a #2add75

Analogous Colors of #752add

#752add #cf2add #2a38dd

Monochromatic Colors of #752add

#752add

Complementary Color

#752add #92dd2a

#752add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752add Color Preview on White Background

Lorem ipsum dolor sit amet.

#752add Color CSS Codes

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

#752add Text Font Color

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

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


#752add Background Color

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

This div background color is #752add


#752add Border Color

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

This div border color is #752add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752add


Comments

No comments written yet.

Please login to write comment.