Color Hex Logo

#605fd1 Color Hex

#605FD1
(96,95,209)
0 Favorites   0 Comments

Color spaces of #605fd1

RGB 9695209
HSL0.670.550.60
HSV241°55°82°
CMYK 0.540.550.00   0.18
XYZ20.424715.274762.1934
Yxy15.27470.20860.1560
Hunter Lab39.082924.8891-66.9915
CIE-Lab46.008232.2089-59.0320

#605fd1 color RGB value is (96,95,209).

#605fd1 hex color red value is 96, green value is 95 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #605fd1 hue: 0.67 , saturation: 0.55 and the lightness value of 605fd1 is 0.60.

The process color (four color CMYK) of #605fd1 color hex is 0.54, 0.55, 0.00, 0.18. Web safe color of #605fd1 is #6666cc. Color #605fd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011111 11010001
Octal 140 137 321
Decimal 96 95 209
Hex 60 5F D1

RGB Percentages of Color #605fd1

%24.00
%23.75
%52.25

CMYK Percentages of Color #605fd1

%54
%55
%0
%18

Triadic Colors of #605fd1

#605fd1 #d1605f #5fd160

Analogous Colors of #605fd1

#605fd1 #995fd1 #5f97d1

Monochromatic Colors of #605fd1

#605fd1

Complementary Color

#605fd1 #d0d15f

#605fd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605fd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#605fd1 Color CSS Codes

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

#605fd1 Text Font Color

<p style="color:#605fd1">Text here</p>

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


#605fd1 Background Color

<div style="background-color:#605fd1">
Div content here</div>

This div background color is #605fd1


#605fd1 Border Color

<div style="border:3px solid #605fd1">
Div here</div>

This div border color is #605fd1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,95,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #605fd1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #605fd1;
  -webkit-box-shadow: 1px 1px 3px 2px #605fd1;
  box-shadow:         1px 1px 3px 2px #605fd1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,95,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605fd1


Comments

No comments written yet.

Please login to write comment.