Color Hex Logo

#1515cf Color Hex

#1515CF
(21,21,207)
0 Favorites   0 Comments

Color spaces of #1515cf

RGB 2121207
HSL0.670.820.45
HSV240°90°81°
CMYK 0.900.900.00   0.19
XYZ11.83995.200859.4113
Yxy5.20080.15490.0680
Hunter Lab22.805352.7634-138.4961
CIE-Lab27.299363.0771-88.7764

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

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

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

Base Numbers

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

RGB Percentages of Color #1515cf

%8.43
%8.43
%83.13

CMYK Percentages of Color #1515cf

%90
%90
%0
%19

Triadic Colors of #1515cf

#1515cf #cf1515 #15cf15

Analogous Colors of #1515cf

#1515cf #7215cf #1572cf

Monochromatic Colors of #1515cf

#1515cf

Complementary Color

#1515cf #cfcf15

#1515cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1515cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1515cf Color CSS Codes

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

#1515cf Text Font Color

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

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


#1515cf Background Color

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

This div background color is #1515cf


#1515cf Border Color

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

This div border color is #1515cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1515cf


Comments

No comments written yet.

Please login to write comment.