Color Hex Logo

#2508ba Color Hex

#2508BA
(37,8,186)
0 Favorites   0 Comments

Color spaces of #2508ba

RGB 378186
HSL0.690.920.38
HSV250°96°73°
CMYK 0.800.960.00   0.27
XYZ9.71274.112246.7362
Yxy4.11220.16040.0679
Hunter Lab20.278650.0076-122.4513
CIE-Lab24.039061.1785-81.8344

#2508ba color RGB value is (37,8,186).

#2508ba hex color red value is 37, green value is 8 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2508ba hue: 0.69 , saturation: 0.92 and the lightness value of 2508ba is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001000 10111010
Octal 45 10 272
Decimal 37 8 186
Hex 25 8 BA

RGB Percentages of Color #2508ba

%16.02
%3.46
%80.52

CMYK Percentages of Color #2508ba

%80
%96
%0
%27

Triadic Colors of #2508ba

#2508ba #ba2508 #08ba25

Analogous Colors of #2508ba

#2508ba #7e08ba #0844ba

Monochromatic Colors of #2508ba

#2508ba

Complementary Color

#2508ba #9dba08

#2508ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2508ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2508ba Color CSS Codes

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

#2508ba Text Font Color

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

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


#2508ba Background Color

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

This div background color is #2508ba


#2508ba Border Color

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

This div border color is #2508ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,8,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 #2508ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2508ba


Comments

No comments written yet.

Please login to write comment.