Color Hex Logo

#027fff Color Hex

#027FFF
(2,127,255)
0 Favorites   0 Comments

Color spaces of #027fff

RGB 2127255
HSL0.581.000.50
HSV210°99°100°
CMYK 0.990.500.00   0.00
XYZ25.664422.411697.5810
Yxy22.41160.17620.1539
Hunter Lab47.340913.9217-89.0724
CIE-Lab54.461019.4611-71.3412

#027fff color RGB value is (2,127,255).

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

The process color (four color CMYK) of #027fff color hex is 0.99, 0.50, 0.00, 0.00. Web safe color of #027fff is #0066ff. Color #027fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01111111 11111111
Octal 2 177 377
Decimal 2 127 255
Hex 2 7F FF

RGB Percentages of Color #027fff

%0.52
%33.07
%66.41

CMYK Percentages of Color #027fff

%99
%50
%0
%0

Triadic Colors of #027fff

#027fff #ff027f #7fff02

Analogous Colors of #027fff

#027fff #0402ff #02feff

Monochromatic Colors of #027fff

#027fff

Complementary Color

#027fff #ff8202

#027fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#027fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#027fff Color CSS Codes

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

#027fff Text Font Color

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

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


#027fff Background Color

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

This div background color is #027fff


#027fff Border Color

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

This div border color is #027fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #027fff

Related Colors


Comments

No comments written yet.

Please login to write comment.