Color Hex Logo

#0509cd Color Hex

#0509CD
(5,9,205)
0 Favorites   0 Comments

Color spaces of #0509cd

RGB 59205
HSL0.660.950.41
HSV239°98°80°
CMYK 0.980.960.00   0.20
XYZ11.17974.635458.0631
Yxy4.63540.15130.0627
Hunter Lab21.530055.0108-144.8252
CIE-Lab25.669765.3711-90.3404

#0509cd color RGB value is (5,9,205).

#0509cd hex color red value is 5, green value is 9 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #0509cd hue: 0.66 , saturation: 0.95 and the lightness value of 0509cd is 0.41.

The process color (four color CMYK) of #0509cd color hex is 0.98, 0.96, 0.00, 0.20. Web safe color of #0509cd is #0000cc. Color #0509cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001001 11001101
Octal 5 11 315
Decimal 5 9 205
Hex 5 9 CD

RGB Percentages of Color #0509cd

%2.28
%4.11
%93.61

CMYK Percentages of Color #0509cd

%98
%96
%0
%20

Triadic Colors of #0509cd

#0509cd #cd0509 #09cd05

Analogous Colors of #0509cd

#0509cd #6505cd #056dcd

Monochromatic Colors of #0509cd

#0509cd

Complementary Color

#0509cd #cdc905

#0509cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0509cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0509cd Color CSS Codes

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

#0509cd Text Font Color

<p style="color:#0509cd">Text here</p>

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


#0509cd Background Color

<div style="background-color:#0509cd">
Div content here</div>

This div background color is #0509cd


#0509cd Border Color

<div style="border:3px solid #0509cd">
Div here</div>

This div border color is #0509cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,9,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0509cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0509cd;
  -webkit-box-shadow: 1px 1px 3px 2px #0509cd;
  box-shadow:         1px 1px 3px 2px #0509cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,9,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0509cd


Comments

No comments written yet.

Please login to write comment.