Color Hex Logo

#1502ce Color Hex

#1502CE
(21,2,206)
0 Favorites   0 Comments

Color spaces of #1502ce

RGB 212206
HSL0.680.980.41
HSV246°99°81°
CMYK 0.900.990.00   0.19
XYZ11.47154.659158.6872
Yxy4.65910.15330.0623
Hunter Lab21.584957.0916-146.0938
CIE-Lab25.740667.1786-90.7972

#1502ce color RGB value is (21,2,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000010 11001110
Octal 25 2 316
Decimal 21 2 206
Hex 15 2 CE

RGB Percentages of Color #1502ce

%9.17
%0.87
%89.96

CMYK Percentages of Color #1502ce

%90
%99
%0
%19

Triadic Colors of #1502ce

#1502ce #ce1502 #02ce15

Analogous Colors of #1502ce

#1502ce #7b02ce #0255ce

Monochromatic Colors of #1502ce

#1502ce

Complementary Color

#1502ce #bbce02

#1502ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1502ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1502ce Color CSS Codes

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

#1502ce Text Font Color

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

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


#1502ce Background Color

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

This div background color is #1502ce


#1502ce Border Color

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

This div border color is #1502ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,2,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 #1502ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1502ce


Comments

No comments written yet.

Please login to write comment.