Color Hex Logo

#752cbd Color Hex

#752CBD
(117,44,189)
0 Favorites   0 Comments

Color spaces of #752cbd

RGB 11744189
HSL0.750.620.46
HSV270°77°74°
CMYK 0.380.770.00   0.26
XYZ17.42219.257449.0127
Yxy9.25740.23020.1223
Hunter Lab30.426048.9647-74.2111
CIE-Lab36.475257.8392-62.8034

#752cbd color RGB value is (117,44,189).

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

The process color (four color CMYK) of #752cbd color hex is 0.38, 0.77, 0.00, 0.26. Web safe color of #752cbd is #6633cc. Color #752cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101100 10111101
Octal 165 54 275
Decimal 117 44 189
Hex 75 2C BD

RGB Percentages of Color #752cbd

%33.43
%12.57
%54.00

CMYK Percentages of Color #752cbd

%38
%77
%0
%26

Triadic Colors of #752cbd

#752cbd #bd752c #2cbd75

Analogous Colors of #752cbd

#752cbd #bd2cbd #2c2cbd

Monochromatic Colors of #752cbd

#752cbd

Complementary Color

#752cbd #74bd2c

#752cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#752cbd Color CSS Codes

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

#752cbd Text Font Color

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

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


#752cbd Background Color

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

This div background color is #752cbd


#752cbd Border Color

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

This div border color is #752cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752cbd


Comments

No comments written yet.

Please login to write comment.