Color Hex Logo

#25109b Color Hex

#25109B
(37,16,155)
0 Favorites   0 Comments

Color spaces of #25109b

RGB 3716155
HSL0.690.810.34
HSV249°90°61°
CMYK 0.760.900.00   0.39
XYZ6.86463.130531.2528
Yxy3.13050.16640.0759
Hunter Lab17.693238.2911-92.3429
CIE-Lab20.559150.6406-68.8958

#25109b color RGB value is (37,16,155).

#25109b hex color red value is 37, green value is 16 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #25109b hue: 0.69 , saturation: 0.81 and the lightness value of 25109b is 0.34.

The process color (four color CMYK) of #25109b color hex is 0.76, 0.90, 0.00, 0.39. Web safe color of #25109b is #330099. Color #25109b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00010000 10011011
Octal 45 20 233
Decimal 37 16 155
Hex 25 10 9B

RGB Percentages of Color #25109b

%17.79
%7.69
%74.52

CMYK Percentages of Color #25109b

%76
%90
%0
%39

Triadic Colors of #25109b

#25109b #9b2510 #109b25

Analogous Colors of #25109b

#25109b #6b109b #10409b

Monochromatic Colors of #25109b

#25109b

Complementary Color

#25109b #869b10

#25109b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25109b Color Preview on White Background

Lorem ipsum dolor sit amet.

#25109b Color CSS Codes

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

#25109b Text Font Color

<p style="color:#25109b">Text here</p>

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


#25109b Background Color

<div style="background-color:#25109b">
Div content here</div>

This div background color is #25109b


#25109b Border Color

<div style="border:3px solid #25109b">
Div here</div>

This div border color is #25109b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,16,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25109b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25109b;
  -webkit-box-shadow: 1px 1px 3px 2px #25109b;
  box-shadow:         1px 1px 3px 2px #25109b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,16,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25109b


Comments

No comments written yet.

Please login to write comment.