Color Hex Logo

#753edc Color Hex

#753EDC
(117,62,220)
0 Favorites   0 Comments

Color spaces of #753edc

RGB 11762220
HSL0.720.690.55
HSV261°72°86°
CMYK 0.470.720.00   0.14
XYZ21.977012.394568.9442
Yxy12.39450.21270.1200
Hunter Lab35.205849.8172-91.4646
CIE-Lab41.836457.5934-72.0239

#753edc color RGB value is (117,62,220).

#753edc hex color red value is 117, green value is 62 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #753edc hue: 0.72 , saturation: 0.69 and the lightness value of 753edc is 0.55.

The process color (four color CMYK) of #753edc color hex is 0.47, 0.72, 0.00, 0.14. Web safe color of #753edc is #6633cc. Color #753edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111110 11011100
Octal 165 76 334
Decimal 117 62 220
Hex 75 3E DC

RGB Percentages of Color #753edc

%29.32
%15.54
%55.14

CMYK Percentages of Color #753edc

%47
%72
%0
%14

Triadic Colors of #753edc

#753edc #dc753e #3edc75

Analogous Colors of #753edc

#753edc #c43edc #3e56dc

Monochromatic Colors of #753edc

#753edc

Complementary Color

#753edc #a5dc3e

#753edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#753edc Color CSS Codes

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

#753edc Text Font Color

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

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


#753edc Background Color

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

This div background color is #753edc


#753edc Border Color

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

This div border color is #753edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753edc


Comments

No comments written yet.

Please login to write comment.