Color Hex Logo

#754adc Color Hex

#754ADC
(117,74,220)
0 Favorites   0 Comments

Color spaces of #754adc

RGB 11774220
HSL0.720.680.58
HSV258°66°86°
CMYK 0.470.660.00   0.14
XYZ22.703213.846869.1863
Yxy13.84680.21470.1310
Hunter Lab37.211343.7859-84.1890
CIE-Lab44.012451.5575-68.4729

#754adc color RGB value is (117,74,220).

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

The process color (four color CMYK) of #754adc color hex is 0.47, 0.66, 0.00, 0.14. Web safe color of #754adc is #6633cc. Color #754adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001010 11011100
Octal 165 112 334
Decimal 117 74 220
Hex 75 4A DC

RGB Percentages of Color #754adc

%28.47
%18.00
%53.53

CMYK Percentages of Color #754adc

%47
%66
%0
%14

Triadic Colors of #754adc

#754adc #dc754a #4adc75

Analogous Colors of #754adc

#754adc #be4adc #4a68dc

Monochromatic Colors of #754adc

#754adc

Complementary Color

#754adc #b1dc4a

#754adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#754adc Color CSS Codes

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

#754adc Text Font Color

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

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


#754adc Background Color

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

This div background color is #754adc


#754adc Border Color

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

This div border color is #754adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754adc


Comments

No comments written yet.

Please login to write comment.