Color Hex Logo

#20258f Color Hex

#20258F
(32,37,143)
0 Favorites   0 Comments

Color spaces of #20258f

RGB 3237143
HSL0.660.630.34
HSV237°78°56°
CMYK 0.780.740.00   0.44
XYZ6.21523.613426.3565
Yxy3.61340.17180.0999
Hunter Lab19.008925.0970-68.9012
CIE-Lab22.349836.1374-58.5240

#20258f color RGB value is (32,37,143).

#20258f hex color red value is 32, green value is 37 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #20258f hue: 0.66 , saturation: 0.63 and the lightness value of 20258f is 0.34.

The process color (four color CMYK) of #20258f color hex is 0.78, 0.74, 0.00, 0.44. Web safe color of #20258f is #333399. Color #20258f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00100101 10001111
Octal 40 45 217
Decimal 32 37 143
Hex 20 25 8F

RGB Percentages of Color #20258f

%15.09
%17.45
%67.45

CMYK Percentages of Color #20258f

%78
%74
%0
%44

Triadic Colors of #20258f

#20258f #8f2025 #258f20

Analogous Colors of #20258f

#20258f #52208f #205d8f

Monochromatic Colors of #20258f

#20258f

Complementary Color

#20258f #8f8a20

#20258f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20258f Color Preview on White Background

Lorem ipsum dolor sit amet.

#20258f Color CSS Codes

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

#20258f Text Font Color

<p style="color:#20258f">Text here</p>

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


#20258f Background Color

<div style="background-color:#20258f">
Div content here</div>

This div background color is #20258f


#20258f Border Color

<div style="border:3px solid #20258f">
Div here</div>

This div border color is #20258f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,37,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20258f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20258f;
  -webkit-box-shadow: 1px 1px 3px 2px #20258f;
  box-shadow:         1px 1px 3px 2px #20258f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20258f


Comments

No comments written yet.

Please login to write comment.