Color Hex Logo

#027ecb Color Hex

#027ECB
(2,126,203)
0 Favorites   0 Comments

Color spaces of #027ecb

RGB 2126203
HSL0.560.980.40
HSV203°99°80°
CMYK 0.990.380.00   0.20
XYZ18.265419.246459.2522
Yxy19.24640.18880.1989
Hunter Lab43.8707-2.4560-49.3681
CIE-Lab50.9742-0.1459-47.8116

#027ecb color RGB value is (2,126,203).

#027ecb hex color red value is 2, green value is 126 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #027ecb hue: 0.56 , saturation: 0.98 and the lightness value of 027ecb is 0.40.

The process color (four color CMYK) of #027ecb color hex is 0.99, 0.38, 0.00, 0.20. Web safe color of #027ecb is #0066cc. Color #027ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01111110 11001011
Octal 2 176 313
Decimal 2 126 203
Hex 2 7E CB

RGB Percentages of Color #027ecb

%0.60
%38.07
%61.33

CMYK Percentages of Color #027ecb

%99
%38
%0
%20

Triadic Colors of #027ecb

#027ecb #cb027e #7ecb02

Analogous Colors of #027ecb

#027ecb #021acb #02cbb4

Monochromatic Colors of #027ecb

#027ecb

Complementary Color

#027ecb #cb4f02

#027ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#027ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#027ecb Color CSS Codes

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

#027ecb Text Font Color

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

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


#027ecb Background Color

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

This div background color is #027ecb


#027ecb Border Color

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

This div border color is #027ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #027ecb


Comments

No comments written yet.

Please login to write comment.