Color Hex Logo

#605bd2 Color Hex

#605BD2
(96,91,210)
0 Favorites   0 Comments

Color spaces of #605bd2

RGB 9691210
HSL0.670.570.59
HSV243°57°82°
CMYK 0.540.570.00   0.18
XYZ20.197814.622162.7306
Yxy14.62210.20700.1499
Hunter Lab38.238927.3659-70.4977
CIE-Lab45.112234.9577-61.0532

#605bd2 color RGB value is (96,91,210).

#605bd2 hex color red value is 96, green value is 91 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #605bd2 hue: 0.67 , saturation: 0.57 and the lightness value of 605bd2 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011011 11010010
Octal 140 133 322
Decimal 96 91 210
Hex 60 5B D2

RGB Percentages of Color #605bd2

%24.18
%22.92
%52.90

CMYK Percentages of Color #605bd2

%54
%57
%0
%18

Triadic Colors of #605bd2

#605bd2 #d2605b #5bd260

Analogous Colors of #605bd2

#605bd2 #9c5bd2 #5b92d2

Monochromatic Colors of #605bd2

#605bd2

Complementary Color

#605bd2 #cdd25b

#605bd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605bd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#605bd2 Color CSS Codes

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

#605bd2 Text Font Color

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

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


#605bd2 Background Color

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

This div background color is #605bd2


#605bd2 Border Color

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

This div border color is #605bd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605bd2


Comments

No comments written yet.

Please login to write comment.