Color Hex Logo

#151250 Color Hex

#151250
(21,18,80)
0 Favorites   0 Comments

Color spaces of #151250

RGB 211880
HSL0.670.630.19
HSV243°78°31°
CMYK 0.740.780.00   0.69
XYZ1.97351.17127.7115
Yxy1.17120.18180.1079
Hunter Lab10.822213.6118-34.6723
CIE-Lab10.343223.8780-37.3285

#151250 color RGB value is (21,18,80).

#151250 hex color red value is 21, green value is 18 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #151250 hue: 0.67 , saturation: 0.63 and the lightness value of 151250 is 0.19.

The process color (four color CMYK) of #151250 color hex is 0.74, 0.78, 0.00, 0.69. Web safe color of #151250 is #000066. Color #151250 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00010010 01010000
Octal 25 22 120
Decimal 21 18 80
Hex 15 12 50

RGB Percentages of Color #151250

%17.65
%15.13
%67.23

CMYK Percentages of Color #151250

%74
%78
%0
%69

Triadic Colors of #151250

#151250 #501512 #125015

Analogous Colors of #151250

#151250 #341250 #122e50

Monochromatic Colors of #151250

#151250

Complementary Color

#151250 #4d5012

#151250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#151250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#151250 Color CSS Codes

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

#151250 Text Font Color

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

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


#151250 Background Color

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

This div background color is #151250


#151250 Border Color

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

This div border color is #151250


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,18,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #151250; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #151250;
  -webkit-box-shadow: 1px 1px 3px 2px #151250;
  box-shadow:         1px 1px 3px 2px #151250; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #151250


Comments

No comments written yet.

Please login to write comment.