Color Hex Logo

#752ba8 Color Hex

#752BA8
(117,43,168)
0 Favorites   0 Comments

Color spaces of #752ba8

RGB 11743168
HSL0.770.590.41
HSV276°74°66°
CMYK 0.300.740.00   0.34
XYZ15.26798.336837.8502
Yxy8.33680.24840.1357
Hunter Lab28.873543.8596-57.5116
CIE-Lab34.674753.3751-53.2560

#752ba8 color RGB value is (117,43,168).

#752ba8 hex color red value is 117, green value is 43 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #752ba8 hue: 0.77 , saturation: 0.59 and the lightness value of 752ba8 is 0.41.

The process color (four color CMYK) of #752ba8 color hex is 0.30, 0.74, 0.00, 0.34. Web safe color of #752ba8 is #663399. Color #752ba8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101011 10101000
Octal 165 53 250
Decimal 117 43 168
Hex 75 2B A8

RGB Percentages of Color #752ba8

%35.67
%13.11
%51.22

CMYK Percentages of Color #752ba8

%30
%74
%0
%34

Triadic Colors of #752ba8

#752ba8 #a8752b #2ba875

Analogous Colors of #752ba8

#752ba8 #a82b9d #372ba8

Monochromatic Colors of #752ba8

#752ba8

Complementary Color

#752ba8 #5ea82b

#752ba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752ba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752ba8 Color CSS Codes

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

#752ba8 Text Font Color

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

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


#752ba8 Background Color

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

This div background color is #752ba8


#752ba8 Border Color

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

This div border color is #752ba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752ba8


Comments

No comments written yet.

Please login to write comment.