Color Hex Logo

#4619cd Color Hex

#4619CD
(70,25,205)
0 Favorites   0 Comments

Color spaces of #4619cd

RGB 7025205
HSL0.710.780.45
HSV255°88°80°
CMYK 0.660.880.00   0.20
XYZ13.89296.405158.2617
Yxy6.40510.17680.0815
Hunter Lab25.308353.6974-118.7744
CIE-Lab30.412363.3301-82.3482

#4619cd color RGB value is (70,25,205).

#4619cd hex color red value is 70, green value is 25 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4619cd hue: 0.71 , saturation: 0.78 and the lightness value of 4619cd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011001 11001101
Octal 106 31 315
Decimal 70 25 205
Hex 46 19 CD

RGB Percentages of Color #4619cd

%23.33
%8.33
%68.33

CMYK Percentages of Color #4619cd

%66
%88
%0
%20

Triadic Colors of #4619cd

#4619cd #cd4619 #19cd46

Analogous Colors of #4619cd

#4619cd #a019cd #1946cd

Monochromatic Colors of #4619cd

#4619cd

Complementary Color

#4619cd #a0cd19

#4619cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4619cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4619cd Color CSS Codes

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

#4619cd Text Font Color

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

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


#4619cd Background Color

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

This div background color is #4619cd


#4619cd Border Color

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

This div border color is #4619cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4619cd


Comments

No comments written yet.

Please login to write comment.