Color Hex Logo

#4119af Color Hex

#4119AF
(65,25,175)
0 Favorites   0 Comments

Color spaces of #4119af

RGB 6525175
HSL0.710.750.39
HSV256°86°69°
CMYK 0.630.860.00   0.31
XYZ10.26554.914240.9649
Yxy4.91420.18280.0875
Hunter Lab22.168043.8653-94.0462
CIE-Lab26.488954.9716-71.1256

#4119af color RGB value is (65,25,175).

#4119af hex color red value is 65, green value is 25 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4119af hue: 0.71 , saturation: 0.75 and the lightness value of 4119af is 0.39.

The process color (four color CMYK) of #4119af color hex is 0.63, 0.86, 0.00, 0.31. Web safe color of #4119af is #330099. Color #4119af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00011001 10101111
Octal 101 31 257
Decimal 65 25 175
Hex 41 19 AF

RGB Percentages of Color #4119af

%24.53
%9.43
%66.04

CMYK Percentages of Color #4119af

%63
%86
%0
%31

Triadic Colors of #4119af

#4119af #af4119 #19af41

Analogous Colors of #4119af

#4119af #8c19af #193caf

Monochromatic Colors of #4119af

#4119af

Complementary Color

#4119af #87af19

#4119af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4119af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4119af Color CSS Codes

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

#4119af Text Font Color

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

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


#4119af Background Color

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

This div background color is #4119af


#4119af Border Color

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

This div border color is #4119af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,25,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4119af


Comments

No comments written yet.

Please login to write comment.