Color Hex Logo

#027bbb Color Hex

#027BBB
(2,123,187)
0 Favorites   0 Comments

Color spaces of #027bbb

RGB 2123187
HSL0.560.980.37
HSV201°99°73°
CMYK 0.990.340.00   0.27
XYZ16.077617.766749.5956
Yxy17.76670.19270.2129
Hunter Lab42.1506-5.6778-40.2570
CIE-Lab49.2119-4.5630-41.4488

#027bbb color RGB value is (2,123,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01111011 10111011
Octal 2 173 273
Decimal 2 123 187
Hex 2 7B BB

RGB Percentages of Color #027bbb

%0.64
%39.42
%59.94

CMYK Percentages of Color #027bbb

%99
%34
%0
%27

Triadic Colors of #027bbb

#027bbb #bb027b #7bbb02

Analogous Colors of #027bbb

#027bbb #021ebb #02bb9f

Monochromatic Colors of #027bbb

#027bbb

Complementary Color

#027bbb #bb4202

#027bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#027bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#027bbb Color CSS Codes

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

#027bbb Text Font Color

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

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


#027bbb Background Color

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

This div background color is #027bbb


#027bbb Border Color

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

This div border color is #027bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #027bbb


Comments

No comments written yet.

Please login to write comment.