Color Hex Logo

#754abc Color Hex

#754ABC
(117,74,188)
0 Favorites   0 Comments

Color spaces of #754abc

RGB 11774188
HSL0.730.460.51
HSV263°61°74°
CMYK 0.380.610.00   0.26
XYZ18.862012.310348.9589
Yxy12.31030.23540.1536
Hunter Lab35.086034.5597-58.1728
CIE-Lab41.705142.9152-53.7302

#754abc color RGB value is (117,74,188).

#754abc hex color red value is 117, green value is 74 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #754abc hue: 0.73 , saturation: 0.46 and the lightness value of 754abc is 0.51.

The process color (four color CMYK) of #754abc color hex is 0.38, 0.61, 0.00, 0.26. Web safe color of #754abc is #6633cc. Color #754abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001010 10111100
Octal 165 112 274
Decimal 117 74 188
Hex 75 4A BC

RGB Percentages of Color #754abc

%30.87
%19.53
%49.60

CMYK Percentages of Color #754abc

%38
%61
%0
%26

Triadic Colors of #754abc

#754abc #bc754a #4abc75

Analogous Colors of #754abc

#754abc #ae4abc #4a58bc

Monochromatic Colors of #754abc

#754abc

Complementary Color

#754abc #91bc4a

#754abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#754abc Color CSS Codes

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

#754abc Text Font Color

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

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


#754abc Background Color

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

This div background color is #754abc


#754abc Border Color

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

This div border color is #754abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754abc


Comments

No comments written yet.

Please login to write comment.