Color Hex Logo

#754afc Color Hex

#754AFC
(117,74,252)
0 Favorites   0 Comments

Color spaces of #754afc

RGB 11774252
HSL0.710.970.64
HSV254°71°99°
CMYK 0.540.710.00   0.01
XYZ27.355615.707793.6856
Yxy15.70770.20000.1149
Hunter Lab39.632953.8473-112.4085
CIE-Lab46.588660.3420-82.3135

#754afc color RGB value is (117,74,252).

#754afc hex color red value is 117, green value is 74 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #754afc hue: 0.71 , saturation: 0.97 and the lightness value of 754afc is 0.64.

The process color (four color CMYK) of #754afc color hex is 0.54, 0.71, 0.00, 0.01. Web safe color of #754afc is #6633ff. Color #754afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001010 11111100
Octal 165 112 374
Decimal 117 74 252
Hex 75 4A FC

RGB Percentages of Color #754afc

%26.41
%16.70
%56.88

CMYK Percentages of Color #754afc

%54
%71
%0
%1

Triadic Colors of #754afc

#754afc #fc754a #4afc75

Analogous Colors of #754afc

#754afc #ce4afc #4a78fc

Monochromatic Colors of #754afc

#754afc

Complementary Color

#754afc #d1fc4a

#754afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#754afc Color CSS Codes

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

#754afc Text Font Color

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

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


#754afc Background Color

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

This div background color is #754afc


#754afc Border Color

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

This div border color is #754afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754afc


Comments

No comments written yet.

Please login to write comment.