Color Hex Logo

#754acb Color Hex

#754ACB
(117,74,203)
0 Favorites   0 Comments

Color spaces of #754acb

RGB 11774203
HSL0.720.550.54
HSV260°64°80°
CMYK 0.420.640.00   0.20
XYZ20.564412.991357.9236
Yxy12.99130.22480.1420
Hunter Lab36.043438.7662-70.0515
CIE-Lab42.750146.9334-60.7614

#754acb color RGB value is (117,74,203).

#754acb hex color red value is 117, green value is 74 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #754acb hue: 0.72 , saturation: 0.55 and the lightness value of 754acb is 0.54.

The process color (four color CMYK) of #754acb color hex is 0.42, 0.64, 0.00, 0.20. Web safe color of #754acb is #6633cc. Color #754acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001010 11001011
Octal 165 112 313
Decimal 117 74 203
Hex 75 4A CB

RGB Percentages of Color #754acb

%29.70
%18.78
%51.52

CMYK Percentages of Color #754acb

%42
%64
%0
%20

Triadic Colors of #754acb

#754acb #cb754a #4acb75

Analogous Colors of #754acb

#754acb #b64acb #4a60cb

Monochromatic Colors of #754acb

#754acb

Complementary Color

#754acb #a0cb4a

#754acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#754acb Color CSS Codes

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

#754acb Text Font Color

<p style="color:#754acb">Text here</p>

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


#754acb Background Color

<div style="background-color:#754acb">
Div content here</div>

This div background color is #754acb


#754acb Border Color

<div style="border:3px solid #754acb">
Div here</div>

This div border color is #754acb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,74,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #754acb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #754acb;
  -webkit-box-shadow: 1px 1px 3px 2px #754acb;
  box-shadow:         1px 1px 3px 2px #754acb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754acb


Comments

No comments written yet.

Please login to write comment.