Color Hex Logo

#1501cf Color Hex

#1501CF
(21,1,207)
0 Favorites   0 Comments

Color spaces of #1501cf

RGB 211207
HSL0.680.990.41
HSV246°100°81°
CMYK 0.901.000.00   0.19
XYZ11.58264.686159.3255
Yxy4.68610.15320.0620
Hunter Lab21.647457.6248-147.3332
CIE-Lab25.821167.6269-91.2464

#1501cf color RGB value is (21,1,207).

#1501cf hex color red value is 21, green value is 1 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #1501cf hue: 0.68 , saturation: 0.99 and the lightness value of 1501cf is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00000001 11001111
Octal 25 1 317
Decimal 21 1 207
Hex 15 1 CF

RGB Percentages of Color #1501cf

%9.17
%0.44
%90.39

CMYK Percentages of Color #1501cf

%90
%100
%0
%19

Triadic Colors of #1501cf

#1501cf #cf1501 #01cf15

Analogous Colors of #1501cf

#1501cf #7c01cf #0154cf

Monochromatic Colors of #1501cf

#1501cf

Complementary Color

#1501cf #bbcf01

#1501cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1501cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1501cf Color CSS Codes

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

#1501cf Text Font Color

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

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


#1501cf Background Color

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

This div background color is #1501cf


#1501cf Border Color

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

This div border color is #1501cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1501cf


Comments

No comments written yet.

Please login to write comment.