Color Hex Logo

#7549fd Color Hex

#7549FD
(117,73,253)
0 Favorites   0 Comments

Color spaces of #7549fd

RGB 11773253
HSL0.710.980.64
HSV255°71°99°
CMYK 0.540.710.00   0.01
XYZ27.448315.638894.5004
Yxy15.63880.19950.1137
Hunter Lab39.545954.6891-113.9994
CIE-Lab46.497061.1095-83.0214

#7549fd color RGB value is (117,73,253).

#7549fd hex color red value is 117, green value is 73 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7549fd hue: 0.71 , saturation: 0.98 and the lightness value of 7549fd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001001 11111101
Octal 165 111 375
Decimal 117 73 253
Hex 75 49 FD

RGB Percentages of Color #7549fd

%26.41
%16.48
%57.11

CMYK Percentages of Color #7549fd

%54
%71
%0
%1

Triadic Colors of #7549fd

#7549fd #fd7549 #49fd75

Analogous Colors of #7549fd

#7549fd #cf49fd #4977fd

Monochromatic Colors of #7549fd

#7549fd

Complementary Color

#7549fd #d1fd49

#7549fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7549fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7549fd Color CSS Codes

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

#7549fd Text Font Color

<p style="color:#7549fd">Text here</p>

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


#7549fd Background Color

<div style="background-color:#7549fd">
Div content here</div>

This div background color is #7549fd


#7549fd Border Color

<div style="border:3px solid #7549fd">
Div here</div>

This div border color is #7549fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,73,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7549fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7549fd;
  -webkit-box-shadow: 1px 1px 3px 2px #7549fd;
  box-shadow:         1px 1px 3px 2px #7549fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7549fd

Related Colors


Comments

No comments written yet.

Please login to write comment.