Color Hex Logo

#015fff Color Hex

#015FFF
(1,95,255)
0 Favorites   0 Comments

Color spaces of #015fff

RGB 195255
HSL0.601.000.50
HSV218°100°100°
CMYK 1.000.630.00   0.00
XYZ22.154715.410996.4147
Yxy15.41090.16540.1150
Hunter Lab39.256732.0380-118.1368
CIE-Lab46.191939.6443-84.8270

#015fff color RGB value is (1,95,255).

#015fff hex color red value is 1, green value is 95 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #015fff hue: 0.60 , saturation: 1.00 and the lightness value of 015fff is 0.50.

The process color (four color CMYK) of #015fff color hex is 1.00, 0.63, 0.00, 0.00. Web safe color of #015fff is #0066ff. Color #015fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011111 11111111
Octal 1 137 377
Decimal 1 95 255
Hex 1 5F FF

RGB Percentages of Color #015fff

%0.28
%27.07
%72.65

CMYK Percentages of Color #015fff

%100
%63
%0
%0

Triadic Colors of #015fff

#015fff #ff015f #5fff01

Analogous Colors of #015fff

#015fff #2201ff #01deff

Monochromatic Colors of #015fff

#015fff

Complementary Color

#015fff #ffa101

#015fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#015fff Color CSS Codes

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

#015fff Text Font Color

<p style="color:#015fff">Text here</p>

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


#015fff Background Color

<div style="background-color:#015fff">
Div content here</div>

This div background color is #015fff


#015fff Border Color

<div style="border:3px solid #015fff">
Div here</div>

This div border color is #015fff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,95,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #015fff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #015fff;
  -webkit-box-shadow: 1px 1px 3px 2px #015fff;
  box-shadow:         1px 1px 3px 2px #015fff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015fff


Comments

No comments written yet.

Please login to write comment.