Color Hex Logo

#127bdd Color Hex

#127BDD
(18,123,221)
0 Favorites   0 Comments

Color spaces of #127bdd

RGB 18123221
HSL0.580.850.47
HSV209°92°87°
CMYK 0.920.440.00   0.13
XYZ20.383619.515071.0991
Yxy19.51500.18360.1758
Hunter Lab44.17585.0559-64.5018
CIE-Lab51.28449.2656-57.5052

#127bdd color RGB value is (18,123,221).

#127bdd hex color red value is 18, green value is 123 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #127bdd hue: 0.58 , saturation: 0.85 and the lightness value of 127bdd is 0.47.

The process color (four color CMYK) of #127bdd color hex is 0.92, 0.44, 0.00, 0.13. Web safe color of #127bdd is #0066cc. Color #127bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111011 11011101
Octal 22 173 335
Decimal 18 123 221
Hex 12 7B DD

RGB Percentages of Color #127bdd

%4.97
%33.98
%61.05

CMYK Percentages of Color #127bdd

%92
%44
%0
%13

Triadic Colors of #127bdd

#127bdd #dd127b #7bdd12

Analogous Colors of #127bdd

#127bdd #1215dd #12ddda

Monochromatic Colors of #127bdd

#127bdd

Complementary Color

#127bdd #dd7412

#127bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#127bdd Color CSS Codes

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

#127bdd Text Font Color

<p style="color:#127bdd">Text here</p>

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


#127bdd Background Color

<div style="background-color:#127bdd">
Div content here</div>

This div background color is #127bdd


#127bdd Border Color

<div style="border:3px solid #127bdd">
Div here</div>

This div border color is #127bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,123,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #127bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #127bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #127bdd;
  box-shadow:         1px 1px 3px 2px #127bdd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127bdd


Comments

No comments written yet.

Please login to write comment.