Color Hex Logo

#1500be Color Hex

#1500BE
(21,0,190)
0 Favorites   0 Comments

Color spaces of #1500be

RGB 210190
HSL0.691.000.37
HSV247°100°75°
CMYK 0.891.000.00   0.25
XYZ9.60353.877148.9574
Yxy3.87710.15380.0621
Hunter Lab19.690452.6010-133.6333
CIE-Lab23.260963.6528-85.5290

#1500be color RGB value is (21,0,190).

#1500be hex color red value is 21, green value is 0 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #1500be hue: 0.69 , saturation: 1.00 and the lightness value of 1500be is 0.37.

The process color (four color CMYK) of #1500be color hex is 0.89, 1.00, 0.00, 0.25. Web safe color of #1500be is #0000cc. Color #1500be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000000 10111110
Octal 25 0 276
Decimal 21 0 190
Hex 15 0 BE

RGB Percentages of Color #1500be

%9.95
%0.00
%90.05

CMYK Percentages of Color #1500be

%89
%100
%0
%25

Triadic Colors of #1500be

#1500be #be1500 #00be15

Analogous Colors of #1500be

#1500be #7400be #004abe

Monochromatic Colors of #1500be

#1500be

Complementary Color

#1500be #a9be00

#1500be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1500be Color Preview on White Background

Lorem ipsum dolor sit amet.

#1500be Color CSS Codes

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

#1500be Text Font Color

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

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


#1500be Background Color

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

This div background color is #1500be


#1500be Border Color

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

This div border color is #1500be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,0,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1500be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1500be;
  -webkit-box-shadow: 1px 1px 3px 2px #1500be;
  box-shadow:         1px 1px 3px 2px #1500be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1500be

#1500be Color Palettes


Comments

No comments written yet.

Please login to write comment.