Color Hex Logo

#605ddc Color Hex

#605DDC
(96,93,220)
0 Favorites   0 Comments

Color spaces of #605ddc

RGB 9693220
HSL0.670.640.61
HSV241°58°86°
CMYK 0.560.580.00   0.14
XYZ21.656515.482869.5572
Yxy15.48280.20300.1451
Hunter Lab39.348229.3837-77.2653
CIE-Lab46.288536.9040-64.8553

#605ddc color RGB value is (96,93,220).

#605ddc hex color red value is 96, green value is 93 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #605ddc hue: 0.67 , saturation: 0.64 and the lightness value of 605ddc is 0.61.

The process color (four color CMYK) of #605ddc color hex is 0.56, 0.58, 0.00, 0.14. Web safe color of #605ddc is #6666cc. Color #605ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011101 11011100
Octal 140 135 334
Decimal 96 93 220
Hex 60 5D DC

RGB Percentages of Color #605ddc

%23.47
%22.74
%53.79

CMYK Percentages of Color #605ddc

%56
%58
%0
%14

Triadic Colors of #605ddc

#605ddc #dc605d #5ddc60

Analogous Colors of #605ddc

#605ddc #a05ddc #5d9adc

Monochromatic Colors of #605ddc

#605ddc

Complementary Color

#605ddc #d9dc5d

#605ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#605ddc Color CSS Codes

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

#605ddc Text Font Color

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

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


#605ddc Background Color

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

This div background color is #605ddc


#605ddc Border Color

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

This div border color is #605ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605ddc


Comments

No comments written yet.

Please login to write comment.