Color Hex Logo

#752cbb Color Hex

#752CBB
(117,44,187)
0 Favorites   0 Comments

Color spaces of #752cbb

RGB 11744187
HSL0.750.620.45
HSV271°76°73°
CMYK 0.370.760.00   0.27
XYZ17.20649.171147.8770
Yxy9.17110.23170.1235
Hunter Lab30.283848.4219-72.5354
CIE-Lab36.311757.3672-61.8922

#752cbb color RGB value is (117,44,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101100 10111011
Octal 165 54 273
Decimal 117 44 187
Hex 75 2C BB

RGB Percentages of Color #752cbb

%33.62
%12.64
%53.74

CMYK Percentages of Color #752cbb

%37
%76
%0
%27

Triadic Colors of #752cbb

#752cbb #bb752c #2cbb75

Analogous Colors of #752cbb

#752cbb #bb2cba #2d2cbb

Monochromatic Colors of #752cbb

#752cbb

Complementary Color

#752cbb #72bb2c

#752cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#752cbb Color CSS Codes

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

#752cbb Text Font Color

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

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


#752cbb Background Color

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

This div background color is #752cbb


#752cbb Border Color

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

This div border color is #752cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752cbb


Comments

No comments written yet.

Please login to write comment.