Color Hex Logo

#7586fd Color Hex

#7586FD
(117,134,253)
0 Favorites   0 Comments

Color spaces of #7586fd

RGB 117134253
HSL0.650.970.73
HSV233°54°99°
CMYK 0.540.470.00   0.01
XYZ33.590827.924096.5479
Yxy27.92400.21250.1767
Hunter Lab52.843220.9915-71.3365
CIE-Lab59.820026.6960-61.4187

#7586fd color RGB value is (117,134,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000110 11111101
Octal 165 206 375
Decimal 117 134 253
Hex 75 86 FD

RGB Percentages of Color #7586fd

%23.21
%26.59
%50.20

CMYK Percentages of Color #7586fd

%54
%47
%0
%1

Triadic Colors of #7586fd

#7586fd #fd7586 #86fd75

Analogous Colors of #7586fd

#7586fd #a875fd #75cafd

Monochromatic Colors of #7586fd

#7586fd

Complementary Color

#7586fd #fdec75

#7586fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7586fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7586fd Color CSS Codes

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

#7586fd Text Font Color

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

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


#7586fd Background Color

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

This div background color is #7586fd


#7586fd Border Color

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

This div border color is #7586fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7586fd


Comments

No comments written yet.

Please login to write comment.