Color Hex Logo

#755ac6 Color Hex

#755AC6
(117,90,198)
0 Favorites   0 Comments

Color spaces of #755ac6

RGB 11790198
HSL0.710.490.56
HSV255°55°78°
CMYK 0.410.550.00   0.22
XYZ21.185315.171555.2379
Yxy15.17150.23130.1656
Hunter Lab38.950628.9229-56.8168
CIE-Lab45.868236.4845-52.8411

#755ac6 color RGB value is (117,90,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011010 11000110
Octal 165 132 306
Decimal 117 90 198
Hex 75 5A C6

RGB Percentages of Color #755ac6

%28.89
%22.22
%48.89

CMYK Percentages of Color #755ac6

%41
%55
%0
%22

Triadic Colors of #755ac6

#755ac6 #c6755a #5ac675

Analogous Colors of #755ac6

#755ac6 #ab5ac6 #5a75c6

Monochromatic Colors of #755ac6

#755ac6

Complementary Color

#755ac6 #abc65a

#755ac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755ac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755ac6 Color CSS Codes

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

#755ac6 Text Font Color

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

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


#755ac6 Background Color

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

This div background color is #755ac6


#755ac6 Border Color

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

This div border color is #755ac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755ac6


Comments

No comments written yet.

Please login to write comment.