Color Hex Logo

#1500ce Color Hex

#1500CE
(21,0,206)
0 Favorites   0 Comments

Color spaces of #1500ce

RGB 210206
HSL0.681.000.40
HSV246°100°81°
CMYK 0.901.000.00   0.19
XYZ11.44984.615758.6800
Yxy4.61570.15320.0618
Hunter Lab21.484257.5326-146.9006
CIE-Lab25.610667.5831-91.0147

#1500ce color RGB value is (21,0,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000000 11001110
Octal 25 0 316
Decimal 21 0 206
Hex 15 0 CE

RGB Percentages of Color #1500ce

%9.25
%0.00
%90.75

CMYK Percentages of Color #1500ce

%90
%100
%0
%19

Triadic Colors of #1500ce

#1500ce #ce1500 #00ce15

Analogous Colors of #1500ce

#1500ce #7c00ce #0052ce

Monochromatic Colors of #1500ce

#1500ce

Complementary Color

#1500ce #b9ce00

#1500ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1500ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1500ce Color CSS Codes

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

#1500ce Text Font Color

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

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


#1500ce Background Color

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

This div background color is #1500ce


#1500ce Border Color

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

This div border color is #1500ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1500ce


Comments

No comments written yet.

Please login to write comment.