Color Hex Logo

#752eba Color Hex

#752EBA
(117,46,186)
0 Favorites   0 Comments

Color spaces of #752eba

RGB 11746186
HSL0.750.600.45
HSV270°75°73°
CMYK 0.370.750.00   0.27
XYZ17.17609.281147.3405
Yxy9.28110.23270.1258
Hunter Lab30.464947.3241-70.8074
CIE-Lab36.520056.3026-60.9628

#752eba color RGB value is (117,46,186).

#752eba hex color red value is 117, green value is 46 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #752eba hue: 0.75 , saturation: 0.60 and the lightness value of 752eba is 0.45.

The process color (four color CMYK) of #752eba color hex is 0.37, 0.75, 0.00, 0.27. Web safe color of #752eba is #6633cc. Color #752eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101110 10111010
Octal 165 56 272
Decimal 117 46 186
Hex 75 2E BA

RGB Percentages of Color #752eba

%33.52
%13.18
%53.30

CMYK Percentages of Color #752eba

%37
%75
%0
%27

Triadic Colors of #752eba

#752eba #ba752e #2eba75

Analogous Colors of #752eba

#752eba #ba2eb9 #2f2eba

Monochromatic Colors of #752eba

#752eba

Complementary Color

#752eba #73ba2e

#752eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#752eba Color CSS Codes

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

#752eba Text Font Color

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

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


#752eba Background Color

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

This div background color is #752eba


#752eba Border Color

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

This div border color is #752eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752eba


Comments

No comments written yet.

Please login to write comment.