Color Hex Logo

#753dea Color Hex

#753DEA
(117,61,234)
0 Favorites   0 Comments

Color spaces of #753dea

RGB 11761234
HSL0.720.800.58
HSV259°74°92°
CMYK 0.500.740.00   0.08
XYZ23.856113.059979.1054
Yxy13.05990.20560.1126
Hunter Lab36.138554.5909-104.4860
CIE-Lab42.853461.7183-78.3241

#753dea color RGB value is (117,61,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111101 11101010
Octal 165 75 352
Decimal 117 61 234
Hex 75 3D EA

RGB Percentages of Color #753dea

%28.40
%14.81
%56.80

CMYK Percentages of Color #753dea

%50
%74
%0
%8

Triadic Colors of #753dea

#753dea #ea753d #3dea75

Analogous Colors of #753dea

#753dea #cc3dea #3d5cea

Monochromatic Colors of #753dea

#753dea

Complementary Color

#753dea #b2ea3d

#753dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#753dea Color CSS Codes

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

#753dea Text Font Color

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

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


#753dea Background Color

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

This div background color is #753dea


#753dea Border Color

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

This div border color is #753dea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,61,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 #753dea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753dea


Comments

No comments written yet.

Please login to write comment.