Color Hex Logo

#754cef Color Hex

#754CEF
(117,76,239)
0 Favorites   0 Comments

Color spaces of #754cef

RGB 11776239
HSL0.710.840.62
HSV255°68°94°
CMYK 0.510.680.00   0.06
XYZ25.500515.182883.2479
Yxy15.18280.20580.1225
Hunter Lab38.965148.6294-99.3959
CIE-Lab45.883655.7435-76.1848

#754cef color RGB value is (117,76,239).

#754cef hex color red value is 117, green value is 76 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #754cef hue: 0.71 , saturation: 0.84 and the lightness value of 754cef is 0.62.

The process color (four color CMYK) of #754cef color hex is 0.51, 0.68, 0.00, 0.06. Web safe color of #754cef is #6633ff. Color #754cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001100 11101111
Octal 165 114 357
Decimal 117 76 239
Hex 75 4C EF

RGB Percentages of Color #754cef

%27.08
%17.59
%55.32

CMYK Percentages of Color #754cef

%51
%68
%0
%6

Triadic Colors of #754cef

#754cef #ef754c #4cef75

Analogous Colors of #754cef

#754cef #c74cef #4c75ef

Monochromatic Colors of #754cef

#754cef

Complementary Color

#754cef #c6ef4c

#754cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#754cef Color CSS Codes

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

#754cef Text Font Color

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

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


#754cef Background Color

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

This div background color is #754cef


#754cef Border Color

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

This div border color is #754cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754cef


Comments

No comments written yet.

Please login to write comment.