Color Hex Logo

#7562fd Color Hex

#7562FD
(117,98,253)
0 Favorites   0 Comments

Color spaces of #7562fd

RGB 11798253
HSL0.690.970.69
HSV247°61°99°
CMYK 0.540.610.00   0.01
XYZ29.433419.609195.1621
Yxy19.60910.20410.1360
Hunter Lab44.282241.1513-96.4163
CIE-Lab51.392347.7914-75.0254

#7562fd color RGB value is (117,98,253).

#7562fd hex color red value is 117, green value is 98 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7562fd hue: 0.69 , saturation: 0.97 and the lightness value of 7562fd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100010 11111101
Octal 165 142 375
Decimal 117 98 253
Hex 75 62 FD

RGB Percentages of Color #7562fd

%25.00
%20.94
%54.06

CMYK Percentages of Color #7562fd

%54
%61
%0
%1

Triadic Colors of #7562fd

#7562fd #fd7562 #62fd75

Analogous Colors of #7562fd

#7562fd #c362fd #629dfd

Monochromatic Colors of #7562fd

#7562fd

Complementary Color

#7562fd #eafd62

#7562fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7562fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7562fd Color CSS Codes

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

#7562fd Text Font Color

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

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


#7562fd Background Color

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

This div background color is #7562fd


#7562fd Border Color

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

This div border color is #7562fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,98,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 #7562fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7562fd

Related Colors


Comments

No comments written yet.

Please login to write comment.