Color Hex Logo

#605fdd Color Hex

#605FDD
(96,95,221)
0 Favorites   0 Comments

Color spaces of #605fdd

RGB 9695221
HSL0.670.650.62
HSV240°57°87°
CMYK 0.570.570.00   0.13
XYZ21.967215.891770.3162
Yxy15.89170.20310.1469
Hunter Lab39.864428.5994-76.6757
CIE-Lab46.832136.0145-64.5423

#605fdd color RGB value is (96,95,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011111 11011101
Octal 140 137 335
Decimal 96 95 221
Hex 60 5F DD

RGB Percentages of Color #605fdd

%23.30
%23.06
%53.64

CMYK Percentages of Color #605fdd

%57
%57
%0
%13

Triadic Colors of #605fdd

#605fdd #dd605f #5fdd60

Analogous Colors of #605fdd

#605fdd #9f5fdd #5f9ddd

Monochromatic Colors of #605fdd

#605fdd

Complementary Color

#605fdd #dcdd5f

#605fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#605fdd Color CSS Codes

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

#605fdd Text Font Color

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

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


#605fdd Background Color

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

This div background color is #605fdd


#605fdd Border Color

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

This div border color is #605fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605fdd


Comments

No comments written yet.

Please login to write comment.