Color Hex Logo

#755eb5 Color Hex

#755EB5
(117,94,181)
0 Favorites   0 Comments

Color spaces of #755eb5

RGB 11794181
HSL0.710.370.54
HSV256°48°71°
CMYK 0.350.480.00   0.29
XYZ19.679315.123545.5980
Yxy15.12350.24480.1881
Hunter Lab38.888922.2722-42.2964
CIE-Lab45.802929.4052-43.0756

#755eb5 color RGB value is (117,94,181).

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

The process color (four color CMYK) of #755eb5 color hex is 0.35, 0.48, 0.00, 0.29. Web safe color of #755eb5 is #6666cc. Color #755eb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011110 10110101
Octal 165 136 265
Decimal 117 94 181
Hex 75 5E B5

RGB Percentages of Color #755eb5

%29.85
%23.98
%46.17

CMYK Percentages of Color #755eb5

%35
%48
%0
%29

Triadic Colors of #755eb5

#755eb5 #b5755e #5eb575

Analogous Colors of #755eb5

#755eb5 #a15eb5 #5e73b5

Monochromatic Colors of #755eb5

#755eb5

Complementary Color

#755eb5 #9eb55e

#755eb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755eb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755eb5 Color CSS Codes

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

#755eb5 Text Font Color

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

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


#755eb5 Background Color

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

This div background color is #755eb5


#755eb5 Border Color

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

This div border color is #755eb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755eb5


Comments

No comments written yet.

Please login to write comment.