Color Hex Logo

#6587fd Color Hex

#6587FD
(101,135,253)
0 Favorites   0 Comments

Color spaces of #6587fd

RGB 101135253
HSL0.630.970.69
HSV227°60°99°
CMYK 0.600.470.00   0.01
XYZ31.760427.186596.5021
Yxy27.18650.20430.1749
Hunter Lab52.140717.4834-73.2356
CIE-Lab59.146623.0576-62.5494

#6587fd color RGB value is (101,135,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10000111 11111101
Octal 145 207 375
Decimal 101 135 253
Hex 65 87 FD

RGB Percentages of Color #6587fd

%20.65
%27.61
%51.74

CMYK Percentages of Color #6587fd

%60
%47
%0
%1

Triadic Colors of #6587fd

#6587fd #fd6587 #87fd65

Analogous Colors of #6587fd

#6587fd #8f65fd #65d3fd

Monochromatic Colors of #6587fd

#6587fd

Complementary Color

#6587fd #fddb65

#6587fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6587fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6587fd Color CSS Codes

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

#6587fd Text Font Color

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

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


#6587fd Background Color

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

This div background color is #6587fd


#6587fd Border Color

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

This div border color is #6587fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6587fd


Comments

No comments written yet.

Please login to write comment.