Color Hex Logo

#753bea Color Hex

#753BEA
(117,59,234)
0 Favorites   0 Comments

Color spaces of #753bea

RGB 11759234
HSL0.720.810.57
HSV260°75°92°
CMYK 0.500.750.00   0.08
XYZ23.751412.850479.0704
Yxy12.85040.20530.1111
Hunter Lab35.847555.5355-105.6855
CIE-Lab42.537062.6200-78.8431

#753bea color RGB value is (117,59,234).

#753bea hex color red value is 117, green value is 59 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #753bea hue: 0.72 , saturation: 0.81 and the lightness value of 753bea is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111011 11101010
Octal 165 73 352
Decimal 117 59 234
Hex 75 3B EA

RGB Percentages of Color #753bea

%28.54
%14.39
%57.07

CMYK Percentages of Color #753bea

%50
%75
%0
%8

Triadic Colors of #753bea

#753bea #ea753b #3bea75

Analogous Colors of #753bea

#753bea #cd3bea #3b59ea

Monochromatic Colors of #753bea

#753bea

Complementary Color

#753bea #b0ea3b

#753bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#753bea Color CSS Codes

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

#753bea Text Font Color

<p style="color:#753bea">Text here</p>

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


#753bea Background Color

<div style="background-color:#753bea">
Div content here</div>

This div background color is #753bea


#753bea Border Color

<div style="border:3px solid #753bea">
Div here</div>

This div border color is #753bea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,59,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #753bea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #753bea;
  -webkit-box-shadow: 1px 1px 3px 2px #753bea;
  box-shadow:         1px 1px 3px 2px #753bea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753bea


Comments

No comments written yet.

Please login to write comment.