Color Hex Logo

#4913cd Color Hex

#4913CD
(73,19,205)
0 Favorites   0 Comments

Color spaces of #4913cd

RGB 7319205
HSL0.720.830.44
HSV257°91°80°
CMYK 0.640.910.00   0.20
XYZ14.00006.290058.2338
Yxy6.29000.17830.0801
Hunter Lab25.079955.7519-120.1115
CIE-Lab30.132665.2108-82.8045

#4913cd color RGB value is (73,19,205).

#4913cd hex color red value is 73, green value is 19 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4913cd hue: 0.72 , saturation: 0.83 and the lightness value of 4913cd is 0.44.

The process color (four color CMYK) of #4913cd color hex is 0.64, 0.91, 0.00, 0.20. Web safe color of #4913cd is #3300cc. Color #4913cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010011 11001101
Octal 111 23 315
Decimal 73 19 205
Hex 49 13 CD

RGB Percentages of Color #4913cd

%24.58
%6.40
%69.02

CMYK Percentages of Color #4913cd

%64
%91
%0
%20

Triadic Colors of #4913cd

#4913cd #cd4913 #13cd49

Analogous Colors of #4913cd

#4913cd #a613cd #133acd

Monochromatic Colors of #4913cd

#4913cd

Complementary Color

#4913cd #97cd13

#4913cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4913cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4913cd Color CSS Codes

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

#4913cd Text Font Color

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

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


#4913cd Background Color

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

This div background color is #4913cd


#4913cd Border Color

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

This div border color is #4913cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,19,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 #4913cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4913cd


Comments

No comments written yet.

Please login to write comment.