Color Hex Logo

#5d64cf Color Hex

#5D64CF
(93,100,207)
0 Favorites   0 Comments

Color spaces of #5d64cf

RGB 93100207
HSL0.660.540.59
HSV236°55°81°
CMYK 0.550.520.00   0.19
XYZ20.333915.946561.0378
Yxy15.94650.20890.1639
Hunter Lab39.933121.0092-62.6718
CIE-Lab46.904227.9021-56.4529

#5d64cf color RGB value is (93,100,207).

#5d64cf hex color red value is 93, green value is 100 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5d64cf hue: 0.66 , saturation: 0.54 and the lightness value of 5d64cf is 0.59.

The process color (four color CMYK) of #5d64cf color hex is 0.55, 0.52, 0.00, 0.19. Web safe color of #5d64cf is #6666cc. Color #5d64cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01100100 11001111
Octal 135 144 317
Decimal 93 100 207
Hex 5D 64 CF

RGB Percentages of Color #5d64cf

%23.25
%25.00
%51.75

CMYK Percentages of Color #5d64cf

%55
%52
%0
%19

Triadic Colors of #5d64cf

#5d64cf #cf5d64 #64cf5d

Analogous Colors of #5d64cf

#5d64cf #8f5dcf #5d9dcf

Monochromatic Colors of #5d64cf

#5d64cf

Complementary Color

#5d64cf #cfc85d

#5d64cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d64cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d64cf Color CSS Codes

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

#5d64cf Text Font Color

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

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


#5d64cf Background Color

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

This div background color is #5d64cf


#5d64cf Border Color

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

This div border color is #5d64cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d64cf


Comments

No comments written yet.

Please login to write comment.