Color Hex Logo

#027dff Color Hex

#027DFF
(2,125,255)
0 Favorites   0 Comments

Color spaces of #027dff

RGB 2125255
HSL0.591.000.50
HSV211°99°100°
CMYK 0.990.510.00   0.00
XYZ25.408721.900197.4957
Yxy21.90010.17550.1512
Hunter Lab46.797515.0208-90.7636
CIE-Lab53.920820.7126-72.2164

#027dff color RGB value is (2,125,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01111101 11111111
Octal 2 175 377
Decimal 2 125 255
Hex 2 7D FF

RGB Percentages of Color #027dff

%0.52
%32.72
%66.75

CMYK Percentages of Color #027dff

%99
%51
%0
%0

Triadic Colors of #027dff

#027dff #ff027d #7dff02

Analogous Colors of #027dff

#027dff #0502ff #02fcff

Monochromatic Colors of #027dff

#027dff

Complementary Color

#027dff #ff8402

#027dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#027dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#027dff Color CSS Codes

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

#027dff Text Font Color

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

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


#027dff Background Color

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

This div background color is #027dff


#027dff Border Color

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

This div border color is #027dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #027dff


Comments

No comments written yet.

Please login to write comment.