Color Hex Logo

#4517b1 Color Hex

#4517B1
(69,23,177)
0 Favorites   0 Comments

Color spaces of #4517b1

RGB 6923177
HSL0.720.770.39
HSV258°87°69°
CMYK 0.610.870.00   0.31
XYZ10.69655.052342.0064
Yxy5.05230.18520.0875
Hunter Lab22.477345.6092-95.0691
CIE-Lab26.883356.5587-71.6590

#4517b1 color RGB value is (69,23,177).

#4517b1 hex color red value is 69, green value is 23 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #4517b1 hue: 0.72 , saturation: 0.77 and the lightness value of 4517b1 is 0.39.

The process color (four color CMYK) of #4517b1 color hex is 0.61, 0.87, 0.00, 0.31. Web safe color of #4517b1 is #330099. Color #4517b1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00010111 10110001
Octal 105 27 261
Decimal 69 23 177
Hex 45 17 B1

RGB Percentages of Color #4517b1

%25.65
%8.55
%65.80

CMYK Percentages of Color #4517b1

%61
%87
%0
%31

Triadic Colors of #4517b1

#4517b1 #b14517 #17b145

Analogous Colors of #4517b1

#4517b1 #9217b1 #1736b1

Monochromatic Colors of #4517b1

#4517b1

Complementary Color

#4517b1 #83b117

#4517b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4517b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4517b1 Color CSS Codes

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

#4517b1 Text Font Color

<p style="color:#4517b1">Text here</p>

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


#4517b1 Background Color

<div style="background-color:#4517b1">
Div content here</div>

This div background color is #4517b1


#4517b1 Border Color

<div style="border:3px solid #4517b1">
Div here</div>

This div border color is #4517b1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,23,177, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4517b1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4517b1;
  -webkit-box-shadow: 1px 1px 3px 2px #4517b1;
  box-shadow:         1px 1px 3px 2px #4517b1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,23,177, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4517b1


Comments

No comments written yet.

Please login to write comment.