Color Hex Logo

#138fca Color Hex

#138FCA
(19,143,202)
0 Favorites   0 Comments

Color spaces of #138fca

RGB 19143202
HSL0.550.830.43
HSV199°91°79°
CMYK 0.910.290.00   0.21
XYZ20.751724.047659.4250
Yxy24.04760.19910.2307
Hunter Lab49.0384-10.2808-37.5212
CIE-Lab56.1354-9.8533-39.0716

#138fca color RGB value is (19,143,202).

#138fca hex color red value is 19, green value is 143 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #138fca hue: 0.55 , saturation: 0.83 and the lightness value of 138fca is 0.43.

The process color (four color CMYK) of #138fca color hex is 0.91, 0.29, 0.00, 0.21. Web safe color of #138fca is #0099cc. Color #138fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001111 11001010
Octal 23 217 312
Decimal 19 143 202
Hex 13 8F CA

RGB Percentages of Color #138fca

%5.22
%39.29
%55.49

CMYK Percentages of Color #138fca

%91
%29
%0
%21

Triadic Colors of #138fca

#138fca #ca138f #8fca13

Analogous Colors of #138fca

#138fca #1334ca #13caaa

Monochromatic Colors of #138fca

#138fca

Complementary Color

#138fca #ca4e13

#138fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#138fca Color CSS Codes

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

#138fca Text Font Color

<p style="color:#138fca">Text here</p>

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


#138fca Background Color

<div style="background-color:#138fca">
Div content here</div>

This div background color is #138fca


#138fca Border Color

<div style="border:3px solid #138fca">
Div here</div>

This div border color is #138fca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,143,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #138fca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #138fca;
  -webkit-box-shadow: 1px 1px 3px 2px #138fca;
  box-shadow:         1px 1px 3px 2px #138fca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,143,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 #138fca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138fca


Comments

No comments written yet.

Please login to write comment.