Color Hex Logo

#753ded Color Hex

#753DED
(117,61,237)
0 Favorites   0 Comments

Color spaces of #753ded

RGB 11761237
HSL0.720.830.58
HSV259°74°93°
CMYK 0.510.740.00   0.07
XYZ24.290913.233881.3949
Yxy13.23380.20430.1113
Hunter Lab36.378355.5279-107.1941
CIE-Lab43.113462.5019-79.5938

#753ded color RGB value is (117,61,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111101 11101101
Octal 165 75 355
Decimal 117 61 237
Hex 75 3D ED

RGB Percentages of Color #753ded

%28.19
%14.70
%57.11

CMYK Percentages of Color #753ded

%51
%74
%0
%7

Triadic Colors of #753ded

#753ded #ed753d #3ded75

Analogous Colors of #753ded

#753ded #cd3ded #3d5ded

Monochromatic Colors of #753ded

#753ded

Complementary Color

#753ded #b5ed3d

#753ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#753ded Color CSS Codes

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

#753ded Text Font Color

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

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


#753ded Background Color

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

This div background color is #753ded


#753ded Border Color

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

This div border color is #753ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753ded


Comments

No comments written yet.

Please login to write comment.