Color Hex Logo

#250420 Color Hex

#250420
(37,4,32)
0 Favorites   0 Comments

Color spaces of #250420

RGB 37432
HSL0.860.800.08
HSV309°89°15°
CMYK 0.000.890.14   0.85
XYZ1.06710.58441.4231
Yxy0.58440.34710.1901
Hunter Lab7.644611.5385-5.6860
CIE-Lab5.278820.2398-10.4233

#250420 color RGB value is (37,4,32).

#250420 hex color red value is 37, green value is 4 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #250420 hue: 0.86 , saturation: 0.80 and the lightness value of 250420 is 0.08.

The process color (four color CMYK) of #250420 color hex is 0.00, 0.89, 0.14, 0.85. Web safe color of #250420 is #330033. Color #250420 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000100 00100000
Octal 45 4 40
Decimal 37 4 32
Hex 25 4 20

RGB Percentages of Color #250420

%50.68
%5.48
%43.84

CMYK Percentages of Color #250420

%0
%89
%14
%85

Triadic Colors of #250420

#250420 #202504 #042025

Analogous Colors of #250420

#250420 #250410 #1a0425

Monochromatic Colors of #250420

#250420

Complementary Color

#250420 #042509

#250420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#250420 Color CSS Codes

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

#250420 Text Font Color

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

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


#250420 Background Color

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

This div background color is #250420


#250420 Border Color

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

This div border color is #250420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250420


Comments

No comments written yet.

Please login to write comment.