Color Hex Logo

#127dcf Color Hex

#127DCF
(18,125,207)
0 Favorites   0 Comments

Color spaces of #127dcf

RGB 18125207
HSL0.570.840.44
HSV206°91°81°
CMYK 0.910.400.00   0.19
XYZ18.845619.300861.7636
Yxy19.30080.18860.1932
Hunter Lab43.9327-0.3118-52.6011
CIE-Lab51.03732.6057-49.9780

#127dcf color RGB value is (18,125,207).

#127dcf hex color red value is 18, green value is 125 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #127dcf hue: 0.57 , saturation: 0.84 and the lightness value of 127dcf is 0.44.

The process color (four color CMYK) of #127dcf color hex is 0.91, 0.40, 0.00, 0.19. Web safe color of #127dcf is #0066cc. Color #127dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111101 11001111
Octal 22 175 317
Decimal 18 125 207
Hex 12 7D CF

RGB Percentages of Color #127dcf

%5.14
%35.71
%59.14

CMYK Percentages of Color #127dcf

%91
%40
%0
%19

Triadic Colors of #127dcf

#127dcf #cf127d #7dcf12

Analogous Colors of #127dcf

#127dcf #121ecf #12cfc3

Monochromatic Colors of #127dcf

#127dcf

Complementary Color

#127dcf #cf6412

#127dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#127dcf Color CSS Codes

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

#127dcf Text Font Color

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

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


#127dcf Background Color

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

This div background color is #127dcf


#127dcf Border Color

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

This div border color is #127dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127dcf


Comments

No comments written yet.

Please login to write comment.