Color Hex Logo

#754ebd Color Hex

#754EBD
(117,78,189)
0 Favorites   0 Comments

Color spaces of #754ebd

RGB 11778189
HSL0.730.460.52
HSV261°59°74°
CMYK 0.380.590.00   0.26
XYZ19.245812.904849.6206
Yxy12.90480.23540.1578
Hunter Lab35.923332.7653-56.7507
CIE-Lab42.619540.9388-52.8410

#754ebd color RGB value is (117,78,189).

#754ebd hex color red value is 117, green value is 78 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #754ebd hue: 0.73 , saturation: 0.46 and the lightness value of 754ebd is 0.52.

The process color (four color CMYK) of #754ebd color hex is 0.38, 0.59, 0.00, 0.26. Web safe color of #754ebd is #6666cc. Color #754ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001110 10111101
Octal 165 116 275
Decimal 117 78 189
Hex 75 4E BD

RGB Percentages of Color #754ebd

%30.47
%20.31
%49.22

CMYK Percentages of Color #754ebd

%38
%59
%0
%26

Triadic Colors of #754ebd

#754ebd #bd754e #4ebd75

Analogous Colors of #754ebd

#754ebd #ad4ebd #4e5ebd

Monochromatic Colors of #754ebd

#754ebd

Complementary Color

#754ebd #96bd4e

#754ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#754ebd Color CSS Codes

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

#754ebd Text Font Color

<p style="color:#754ebd">Text here</p>

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


#754ebd Background Color

<div style="background-color:#754ebd">
Div content here</div>

This div background color is #754ebd


#754ebd Border Color

<div style="border:3px solid #754ebd">
Div here</div>

This div border color is #754ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,78,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #754ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #754ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #754ebd;
  box-shadow:         1px 1px 3px 2px #754ebd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754ebd


Comments

No comments written yet.

Please login to write comment.