Color Hex Logo

#2915b5 Color Hex

#2915B5
(41,21,181)
0 Favorites   0 Comments

Color spaces of #2915b5

RGB 4121181
HSL0.690.790.40
HSV248°88°71°
CMYK 0.770.880.00   0.29
XYZ9.52314.343944.0526
Yxy4.34390.16440.0750
Hunter Lab20.842045.0864-110.7285
CIE-Lab24.777256.4651-77.6168

#2915b5 color RGB value is (41,21,181).

#2915b5 hex color red value is 41, green value is 21 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #2915b5 hue: 0.69 , saturation: 0.79 and the lightness value of 2915b5 is 0.40.

The process color (four color CMYK) of #2915b5 color hex is 0.77, 0.88, 0.00, 0.29. Web safe color of #2915b5 is #3300cc. Color #2915b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00010101 10110101
Octal 51 25 265
Decimal 41 21 181
Hex 29 15 B5

RGB Percentages of Color #2915b5

%16.87
%8.64
%74.49

CMYK Percentages of Color #2915b5

%77
%88
%0
%29

Triadic Colors of #2915b5

#2915b5 #b52915 #15b529

Analogous Colors of #2915b5

#2915b5 #7915b5 #1551b5

Monochromatic Colors of #2915b5

#2915b5

Complementary Color

#2915b5 #a1b515

#2915b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2915b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2915b5 Color CSS Codes

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

#2915b5 Text Font Color

<p style="color:#2915b5">Text here</p>

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


#2915b5 Background Color

<div style="background-color:#2915b5">
Div content here</div>

This div background color is #2915b5


#2915b5 Border Color

<div style="border:3px solid #2915b5">
Div here</div>

This div border color is #2915b5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,21,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2915b5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2915b5;
  -webkit-box-shadow: 1px 1px 3px 2px #2915b5;
  box-shadow:         1px 1px 3px 2px #2915b5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,21,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2915b5


Comments

No comments written yet.

Please login to write comment.