Color Hex Logo

#752eeb Color Hex

#752EEB
(117,46,235)
0 Favorites   0 Comments

Color spaces of #752eeb

RGB 11746235
HSL0.730.830.55
HSV263°80°92°
CMYK 0.500.800.00   0.08
XYZ23.308511.734179.6337
Yxy11.73410.20330.1023
Hunter Lab34.255161.5121-113.8545
CIE-Lab40.790468.1787-82.2804

#752eeb color RGB value is (117,46,235).

#752eeb hex color red value is 117, green value is 46 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #752eeb hue: 0.73 , saturation: 0.83 and the lightness value of 752eeb is 0.55.

The process color (four color CMYK) of #752eeb color hex is 0.50, 0.80, 0.00, 0.08. Web safe color of #752eeb is #6633ff. Color #752eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101110 11101011
Octal 165 56 353
Decimal 117 46 235
Hex 75 2E EB

RGB Percentages of Color #752eeb

%29.40
%11.56
%59.05

CMYK Percentages of Color #752eeb

%50
%80
%0
%8

Triadic Colors of #752eeb

#752eeb #eb752e #2eeb75

Analogous Colors of #752eeb

#752eeb #d42eeb #2e45eb

Monochromatic Colors of #752eeb

#752eeb

Complementary Color

#752eeb #a4eb2e

#752eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#752eeb Color CSS Codes

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

#752eeb Text Font Color

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

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


#752eeb Background Color

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

This div background color is #752eeb


#752eeb Border Color

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

This div border color is #752eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752eeb


Comments

No comments written yet.

Please login to write comment.