Color Hex Logo

#127cca Color Hex

#127CCA
(18,124,202)
0 Favorites   0 Comments

Color spaces of #127cca

RGB 18124202
HSL0.570.840.43
HSV205°91°79°
CMYK 0.910.390.00   0.21
XYZ18.117818.808258.5525
Yxy18.80820.18980.1970
Hunter Lab43.3684-1.3237-49.6906
CIE-Lab50.46211.2825-48.0494

#127cca color RGB value is (18,124,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111100 11001010
Octal 22 174 312
Decimal 18 124 202
Hex 12 7C CA

RGB Percentages of Color #127cca

%5.23
%36.05
%58.72

CMYK Percentages of Color #127cca

%91
%39
%0
%21

Triadic Colors of #127cca

#127cca #ca127c #7cca12

Analogous Colors of #127cca

#127cca #1220ca #12cabc

Monochromatic Colors of #127cca

#127cca

Complementary Color

#127cca #ca6012

#127cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#127cca Color CSS Codes

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

#127cca Text Font Color

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

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


#127cca Background Color

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

This div background color is #127cca


#127cca Border Color

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

This div border color is #127cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127cca


Comments

No comments written yet.

Please login to write comment.