Color Hex Logo

#755ebd Color Hex

#755EBD
(117,94,189)
0 Favorites   0 Comments

Color spaces of #755ebd

RGB 11794189
HSL0.710.420.55
HSV255°50°74°
CMYK 0.380.500.00   0.26
XYZ20.524115.461450.0467
Yxy15.46140.23860.1797
Hunter Lab39.321024.3587-47.9380
CIE-Lab46.259831.6094-47.0038

#755ebd color RGB value is (117,94,189).

#755ebd hex color red value is 117, green value is 94 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #755ebd hue: 0.71 , saturation: 0.42 and the lightness value of 755ebd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011110 10111101
Octal 165 136 275
Decimal 117 94 189
Hex 75 5E BD

RGB Percentages of Color #755ebd

%29.25
%23.50
%47.25

CMYK Percentages of Color #755ebd

%38
%50
%0
%26

Triadic Colors of #755ebd

#755ebd #bd755e #5ebd75

Analogous Colors of #755ebd

#755ebd #a55ebd #5e77bd

Monochromatic Colors of #755ebd

#755ebd

Complementary Color

#755ebd #a6bd5e

#755ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#755ebd Color CSS Codes

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

#755ebd Text Font Color

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

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


#755ebd Background Color

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

This div background color is #755ebd


#755ebd Border Color

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

This div border color is #755ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755ebd


Comments

No comments written yet.

Please login to write comment.