Color Hex Logo

#756acc Color Hex

#756ACC
(117,106,204)
0 Favorites   0 Comments

Color spaces of #756acc

RGB 117106204
HSL0.690.490.61
HSV247°48°80°
CMYK 0.430.480.00   0.20
XYZ23.389218.449659.4551
Yxy18.44960.23090.1821
Hunter Lab42.953022.0309-52.0015
CIE-Lab50.036928.6834-49.6138

#756acc color RGB value is (117,106,204).

#756acc hex color red value is 117, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #756acc hue: 0.69 , saturation: 0.49 and the lightness value of 756acc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101010 11001100
Octal 165 152 314
Decimal 117 106 204
Hex 75 6A CC

RGB Percentages of Color #756acc

%27.40
%24.82
%47.78

CMYK Percentages of Color #756acc

%43
%48
%0
%20

Triadic Colors of #756acc

#756acc #cc756a #6acc75

Analogous Colors of #756acc

#756acc #a66acc #6a90cc

Monochromatic Colors of #756acc

#756acc

Complementary Color

#756acc #c1cc6a

#756acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#756acc Color CSS Codes

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

#756acc Text Font Color

<p style="color:#756acc">Text here</p>

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


#756acc Background Color

<div style="background-color:#756acc">
Div content here</div>

This div background color is #756acc


#756acc Border Color

<div style="border:3px solid #756acc">
Div here</div>

This div border color is #756acc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,106,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #756acc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #756acc;
  -webkit-box-shadow: 1px 1px 3px 2px #756acc;
  box-shadow:         1px 1px 3px 2px #756acc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756acc


Comments

No comments written yet.

Please login to write comment.