Color Hex Logo

#755ecd Color Hex

#755ECD
(117,94,205)
0 Favorites   0 Comments

Color spaces of #755ecd

RGB 11794205
HSL0.700.530.59
HSV252°54°80°
CMYK 0.430.540.00   0.20
XYZ22.358316.195159.7052
Yxy16.19510.22750.1648
Hunter Lab40.243128.7456-59.7932
CIE-Lab47.229436.1121-54.6833

#755ecd color RGB value is (117,94,205).

#755ecd hex color red value is 117, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #755ecd hue: 0.70 , saturation: 0.53 and the lightness value of 755ecd is 0.59.

The process color (four color CMYK) of #755ecd color hex is 0.43, 0.54, 0.00, 0.20. Web safe color of #755ecd is #6666cc. Color #755ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011110 11001101
Octal 165 136 315
Decimal 117 94 205
Hex 75 5E CD

RGB Percentages of Color #755ecd

%28.13
%22.60
%49.28

CMYK Percentages of Color #755ecd

%43
%54
%0
%20

Triadic Colors of #755ecd

#755ecd #cd755e #5ecd75

Analogous Colors of #755ecd

#755ecd #ad5ecd #5e7fcd

Monochromatic Colors of #755ecd

#755ecd

Complementary Color

#755ecd #b6cd5e

#755ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#755ecd Color CSS Codes

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

#755ecd Text Font Color

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

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


#755ecd Background Color

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

This div background color is #755ecd


#755ecd Border Color

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

This div border color is #755ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755ecd


Comments

No comments written yet.

Please login to write comment.