Color Hex Logo

#753ebe Color Hex

#753EBE
(117,62,190)
0 Favorites   0 Comments

Color spaces of #753ebe

RGB 11762190
HSL0.740.510.49
HSV266°67°75°
CMYK 0.380.670.00   0.25
XYZ18.353010.944949.8605
Yxy10.94490.23190.1383
Hunter Lab33.083141.1284-66.1996
CIE-Lab39.487549.8264-58.4885

#753ebe color RGB value is (117,62,190).

#753ebe hex color red value is 117, green value is 62 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #753ebe hue: 0.74 , saturation: 0.51 and the lightness value of 753ebe is 0.49.

The process color (four color CMYK) of #753ebe color hex is 0.38, 0.67, 0.00, 0.25. Web safe color of #753ebe is #6633cc. Color #753ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111110 10111110
Octal 165 76 276
Decimal 117 62 190
Hex 75 3E BE

RGB Percentages of Color #753ebe

%31.71
%16.80
%51.49

CMYK Percentages of Color #753ebe

%38
%67
%0
%25

Triadic Colors of #753ebe

#753ebe #be753e #3ebe75

Analogous Colors of #753ebe

#753ebe #b53ebe #3e47be

Monochromatic Colors of #753ebe

#753ebe

Complementary Color

#753ebe #87be3e

#753ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#753ebe Color CSS Codes

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

#753ebe Text Font Color

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

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


#753ebe Background Color

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

This div background color is #753ebe


#753ebe Border Color

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

This div border color is #753ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753ebe


Comments

No comments written yet.

Please login to write comment.