Color Hex Logo

#754cff Color Hex

#754CFF
(117,76,255)
0 Favorites   0 Comments

Color spaces of #754cff

RGB 11776255
HSL0.701.000.65
HSV254°70°100°
CMYK 0.540.700.00   0.00
XYZ27.970616.170896.2548
Yxy16.17080.19920.1152
Hunter Lab40.212953.7852-113.7691
CIE-Lab47.197860.1719-82.9865

#754cff color RGB value is (117,76,255).

#754cff hex color red value is 117, green value is 76 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #754cff hue: 0.70 , saturation: 1.00 and the lightness value of 754cff is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001100 11111111
Octal 165 114 377
Decimal 117 76 255
Hex 75 4C FF

RGB Percentages of Color #754cff

%26.12
%16.96
%56.92

CMYK Percentages of Color #754cff

%54
%70
%0
%0

Triadic Colors of #754cff

#754cff #ff754c #4cff75

Analogous Colors of #754cff

#754cff #cf4cff #4c7dff

Monochromatic Colors of #754cff

#754cff

Complementary Color

#754cff #d6ff4c

#754cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#754cff Color CSS Codes

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

#754cff Text Font Color

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

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


#754cff Background Color

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

This div background color is #754cff


#754cff Border Color

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

This div border color is #754cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754cff


Comments

No comments written yet.

Please login to write comment.