Color Hex Logo

#752fbf Color Hex

#752FBF
(117,47,191)
0 Favorites   0 Comments

Color spaces of #752fbf

RGB 11747191
HSL0.750.610.47
HSV269°75°75°
CMYK 0.390.750.00   0.25
XYZ17.75669.576550.2028
Yxy9.57650.22900.1235
Hunter Lab30.945948.2670-74.5226
CIE-Lab37.071457.0759-63.0062

#752fbf color RGB value is (117,47,191).

#752fbf hex color red value is 117, green value is 47 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #752fbf hue: 0.75 , saturation: 0.61 and the lightness value of 752fbf is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101111 10111111
Octal 165 57 277
Decimal 117 47 191
Hex 75 2F BF

RGB Percentages of Color #752fbf

%32.96
%13.24
%53.80

CMYK Percentages of Color #752fbf

%39
%75
%0
%25

Triadic Colors of #752fbf

#752fbf #bf752f #2fbf75

Analogous Colors of #752fbf

#752fbf #bd2fbf #2f31bf

Monochromatic Colors of #752fbf

#752fbf

Complementary Color

#752fbf #79bf2f

#752fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#752fbf Color CSS Codes

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

#752fbf Text Font Color

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

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


#752fbf Background Color

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

This div background color is #752fbf


#752fbf Border Color

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

This div border color is #752fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752fbf


Comments

No comments written yet.

Please login to write comment.