Color Hex Logo

#1521cf Color Hex

#1521CF
(21,33,207)
0 Favorites   0 Comments

Color spaces of #1521cf

RGB 2133207
HSL0.660.820.45
HSV236°90°81°
CMYK 0.900.840.00   0.19
XYZ12.11565.752159.5032
Yxy5.75210.15660.0743
Hunter Lab23.983548.2004-130.3101
CIE-Lab28.778258.6261-86.3109

#1521cf color RGB value is (21,33,207).

#1521cf hex color red value is 21, green value is 33 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #1521cf hue: 0.66 , saturation: 0.82 and the lightness value of 1521cf is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100001 11001111
Octal 25 41 317
Decimal 21 33 207
Hex 15 21 CF

RGB Percentages of Color #1521cf

%8.05
%12.64
%79.31

CMYK Percentages of Color #1521cf

%90
%84
%0
%19

Triadic Colors of #1521cf

#1521cf #cf1521 #21cf15

Analogous Colors of #1521cf

#1521cf #6615cf #157ecf

Monochromatic Colors of #1521cf

#1521cf

Complementary Color

#1521cf #cfc315

#1521cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1521cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1521cf Color CSS Codes

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

#1521cf Text Font Color

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

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


#1521cf Background Color

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

This div background color is #1521cf


#1521cf Border Color

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

This div border color is #1521cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1521cf


Comments

No comments written yet.

Please login to write comment.