Color Hex Logo

#752fbe Color Hex

#752FBE
(117,47,190)
0 Favorites   0 Comments

Color spaces of #752fbe

RGB 11747190
HSL0.750.600.46
HSV269°75°75°
CMYK 0.380.750.00   0.25
XYZ17.64699.532649.6251
Yxy9.53260.22980.1241
Hunter Lab30.874947.9926-73.6841
CIE-Lab36.990156.8361-62.5513

#752fbe color RGB value is (117,47,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101111 10111110
Octal 165 57 276
Decimal 117 47 190
Hex 75 2F BE

RGB Percentages of Color #752fbe

%33.05
%13.28
%53.67

CMYK Percentages of Color #752fbe

%38
%75
%0
%25

Triadic Colors of #752fbe

#752fbe #be752f #2fbe75

Analogous Colors of #752fbe

#752fbe #bd2fbe #2f30be

Monochromatic Colors of #752fbe

#752fbe

Complementary Color

#752fbe #78be2f

#752fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#752fbe Color CSS Codes

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

#752fbe Text Font Color

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

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


#752fbe Background Color

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

This div background color is #752fbe


#752fbe Border Color

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

This div border color is #752fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752fbe


Comments

No comments written yet.

Please login to write comment.