Color Hex Logo

#5d7cff Color Hex

#5D7CFF
(93,124,255)
0 Favorites   0 Comments

Color spaces of #5d7cff

RGB 93124255
HSL0.631.000.68
HSV229°64°100°
CMYK 0.640.510.00   0.00
XYZ29.771923.962597.6638
Yxy23.96250.19660.1583
Hunter Lab48.951522.8971-84.0242
CIE-Lab56.050229.0061-68.6558

#5d7cff color RGB value is (93,124,255).

#5d7cff hex color red value is 93, green value is 124 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5d7cff hue: 0.63 , saturation: 1.00 and the lightness value of 5d7cff is 0.68.

The process color (four color CMYK) of #5d7cff color hex is 0.64, 0.51, 0.00, 0.00. Web safe color of #5d7cff is #6666ff. Color #5d7cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01111100 11111111
Octal 135 174 377
Decimal 93 124 255
Hex 5D 7C FF

RGB Percentages of Color #5d7cff

%19.70
%26.27
%54.03

CMYK Percentages of Color #5d7cff

%64
%51
%0
%0

Triadic Colors of #5d7cff

#5d7cff #ff5d7c #7cff5d

Analogous Colors of #5d7cff

#5d7cff #8f5dff #5dcdff

Monochromatic Colors of #5d7cff

#5d7cff

Complementary Color

#5d7cff #ffe05d

#5d7cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d7cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d7cff Color CSS Codes

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

#5d7cff Text Font Color

<p style="color:#5d7cff">Text here</p>

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


#5d7cff Background Color

<div style="background-color:#5d7cff">
Div content here</div>

This div background color is #5d7cff


#5d7cff Border Color

<div style="border:3px solid #5d7cff">
Div here</div>

This div border color is #5d7cff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,124,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d7cff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d7cff;
  -webkit-box-shadow: 1px 1px 3px 2px #5d7cff;
  box-shadow:         1px 1px 3px 2px #5d7cff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,124,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d7cff

#5d7cff Color Palettes


Comments

No comments written yet.

Please login to write comment.