Color Hex Logo

#755aca Color Hex

#755ACA
(117,90,202)
0 Favorites   0 Comments

Color spaces of #755aca

RGB 11790202
HSL0.710.510.57
HSV254°55°79°
CMYK 0.420.550.00   0.21
XYZ21.653015.358557.7004
Yxy15.35850.22860.1622
Hunter Lab39.189930.0415-59.8614
CIE-Lab46.121437.6080-54.7406

#755aca color RGB value is (117,90,202).

#755aca hex color red value is 117, green value is 90 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #755aca hue: 0.71 , saturation: 0.51 and the lightness value of 755aca is 0.57.

The process color (four color CMYK) of #755aca color hex is 0.42, 0.55, 0.00, 0.21. Web safe color of #755aca is #6666cc. Color #755aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011010 11001010
Octal 165 132 312
Decimal 117 90 202
Hex 75 5A CA

RGB Percentages of Color #755aca

%28.61
%22.00
%49.39

CMYK Percentages of Color #755aca

%42
%55
%0
%21

Triadic Colors of #755aca

#755aca #ca755a #5aca75

Analogous Colors of #755aca

#755aca #ad5aca #5a77ca

Monochromatic Colors of #755aca

#755aca

Complementary Color

#755aca #afca5a

#755aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#755aca Color CSS Codes

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

#755aca Text Font Color

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

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


#755aca Background Color

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

This div background color is #755aca


#755aca Border Color

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

This div border color is #755aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755aca


Comments

No comments written yet.

Please login to write comment.