Color Hex Logo

#753cfe Color Hex

#753CFE
(117,60,254)
0 Favorites   0 Comments

Color spaces of #753cfe

RGB 11760254
HSL0.720.990.62
HSV258°76°100°
CMYK 0.540.760.00   0.00
XYZ26.841414.169495.0862
Yxy14.16940.19720.1041
Hunter Lab37.642361.4082-123.4199
CIE-Lab44.474967.3714-86.9012

#753cfe color RGB value is (117,60,254).

#753cfe hex color red value is 117, green value is 60 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #753cfe hue: 0.72 , saturation: 0.99 and the lightness value of 753cfe is 0.62.

The process color (four color CMYK) of #753cfe color hex is 0.54, 0.76, 0.00, 0.00. Web safe color of #753cfe is #6633ff. Color #753cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111100 11111110
Octal 165 74 376
Decimal 117 60 254
Hex 75 3C FE

RGB Percentages of Color #753cfe

%27.15
%13.92
%58.93

CMYK Percentages of Color #753cfe

%54
%76
%0
%0

Triadic Colors of #753cfe

#753cfe #fe753c #3cfe75

Analogous Colors of #753cfe

#753cfe #d63cfe #3c64fe

Monochromatic Colors of #753cfe

#753cfe

Complementary Color

#753cfe #c5fe3c

#753cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#753cfe Color CSS Codes

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

#753cfe Text Font Color

<p style="color:#753cfe">Text here</p>

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


#753cfe Background Color

<div style="background-color:#753cfe">
Div content here</div>

This div background color is #753cfe


#753cfe Border Color

<div style="border:3px solid #753cfe">
Div here</div>

This div border color is #753cfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,60,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #753cfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #753cfe;
  -webkit-box-shadow: 1px 1px 3px 2px #753cfe;
  box-shadow:         1px 1px 3px 2px #753cfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.