Color Hex Logo

#4119cd Color Hex

#4119CD
(65,25,205)
0 Favorites   0 Comments

Color spaces of #4119cd

RGB 6525205
HSL0.700.780.45
HSV253°88°80°
CMYK 0.680.880.00   0.20
XYZ13.54706.226958.2455
Yxy6.22690.17360.0798
Hunter Lab24.953853.2358-120.9234
CIE-Lab29.977862.9986-83.0823

#4119cd color RGB value is (65,25,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011001 11001101
Octal 101 31 315
Decimal 65 25 205
Hex 41 19 CD

RGB Percentages of Color #4119cd

%22.03
%8.47
%69.49

CMYK Percentages of Color #4119cd

%68
%88
%0
%20

Triadic Colors of #4119cd

#4119cd #cd4119 #19cd41

Analogous Colors of #4119cd

#4119cd #9b19cd #194bcd

Monochromatic Colors of #4119cd

#4119cd

Complementary Color

#4119cd #a5cd19

#4119cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4119cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4119cd Color CSS Codes

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

#4119cd Text Font Color

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

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


#4119cd Background Color

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

This div background color is #4119cd


#4119cd Border Color

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

This div border color is #4119cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4119cd


Comments

No comments written yet.

Please login to write comment.