Color Hex Logo

#0015fc Color Hex

#0015FC
(0,21,252)
0 Favorites   0 Comments

Color spaces of #0015fc

RGB 021252
HSL0.651.000.49
HSV235°100°99°
CMYK 1.000.920.00   0.01
XYZ17.83897.564692.6154
Yxy7.56460.15120.0641
Hunter Lab27.503867.6429-180.3984
CIE-Lab33.059174.8108-104.9132

#0015fc color RGB value is (0,21,252).

#0015fc hex color red value is 0, green value is 21 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #0015fc hue: 0.65 , saturation: 1.00 and the lightness value of 0015fc is 0.49.

The process color (four color CMYK) of #0015fc color hex is 1.00, 0.92, 0.00, 0.01. Web safe color of #0015fc is #0000ff. Color #0015fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010101 11111100
Octal 0 25 374
Decimal 0 21 252
Hex 0 15 FC

RGB Percentages of Color #0015fc

%0.00
%7.69
%92.31

CMYK Percentages of Color #0015fc

%100
%92
%0
%1

Triadic Colors of #0015fc

#0015fc #fc0015 #15fc00

Analogous Colors of #0015fc

#0015fc #6900fc #0093fc

Monochromatic Colors of #0015fc

#0015fc

Complementary Color

#0015fc #fce700

#0015fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0015fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0015fc Color CSS Codes

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

#0015fc Text Font Color

<p style="color:#0015fc">Text here</p>

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


#0015fc Background Color

<div style="background-color:#0015fc">
Div content here</div>

This div background color is #0015fc


#0015fc Border Color

<div style="border:3px solid #0015fc">
Div here</div>

This div border color is #0015fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0015fc

Related Colors


Comments

No comments written yet.

Please login to write comment.