Color Hex Logo

#2615ba Color Hex

#2615BA
(38,21,186)
0 Favorites   0 Comments

Color spaces of #2615ba

RGB 3821186
HSL0.680.800.41
HSV246°89°73°
CMYK 0.800.890.00   0.27
XYZ9.93044.493646.7983
Yxy4.49360.16220.0734
Hunter Lab21.198146.5228-116.0537
CIE-Lab25.240457.7335-79.8297

#2615ba color RGB value is (38,21,186).

#2615ba hex color red value is 38, green value is 21 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2615ba hue: 0.68 , saturation: 0.80 and the lightness value of 2615ba is 0.41.

The process color (four color CMYK) of #2615ba color hex is 0.80, 0.89, 0.00, 0.27. Web safe color of #2615ba is #3300cc. Color #2615ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00010101 10111010
Octal 46 25 272
Decimal 38 21 186
Hex 26 15 BA

RGB Percentages of Color #2615ba

%15.51
%8.57
%75.92

CMYK Percentages of Color #2615ba

%80
%89
%0
%27

Triadic Colors of #2615ba

#2615ba #ba2615 #15ba26

Analogous Colors of #2615ba

#2615ba #7915ba #1556ba

Monochromatic Colors of #2615ba

#2615ba

Complementary Color

#2615ba #a9ba15

#2615ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2615ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2615ba Color CSS Codes

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

#2615ba Text Font Color

<p style="color:#2615ba">Text here</p>

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


#2615ba Background Color

<div style="background-color:#2615ba">
Div content here</div>

This div background color is #2615ba


#2615ba Border Color

<div style="border:3px solid #2615ba">
Div here</div>

This div border color is #2615ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,21,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2615ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2615ba;
  -webkit-box-shadow: 1px 1px 3px 2px #2615ba;
  box-shadow:         1px 1px 3px 2px #2615ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2615ba


Comments

No comments written yet.

Please login to write comment.