Color Hex Logo

#719ecb Color Hex

#719ECB
(113,158,203)
0 Favorites   0 Comments

Color spaces of #719ecb

RGB 113158203
HSL0.580.460.62
HSV210°44°80°
CMYK 0.440.220.00   0.20
XYZ29.816432.276261.1584
Yxy32.27620.24190.2619
Hunter Lab56.8121-5.7401-24.0573
CIE-Lab63.5705-3.2398-27.8265

#719ecb color RGB value is (113,158,203).

#719ecb hex color red value is 113, green value is 158 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #719ecb hue: 0.58 , saturation: 0.46 and the lightness value of 719ecb is 0.62.

The process color (four color CMYK) of #719ecb color hex is 0.44, 0.22, 0.00, 0.20. Web safe color of #719ecb is #6699cc. Color #719ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011110 11001011
Octal 161 236 313
Decimal 113 158 203
Hex 71 9E CB

RGB Percentages of Color #719ecb

%23.84
%33.33
%42.83

CMYK Percentages of Color #719ecb

%44
%22
%0
%20

Triadic Colors of #719ecb

#719ecb #cb719e #9ecb71

Analogous Colors of #719ecb

#719ecb #7171cb #71cbcb

Monochromatic Colors of #719ecb

#719ecb

Complementary Color

#719ecb #cb9e71

#719ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#719ecb Color CSS Codes

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

#719ecb Text Font Color

<p style="color:#719ecb">Text here</p>

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


#719ecb Background Color

<div style="background-color:#719ecb">
Div content here</div>

This div background color is #719ecb


#719ecb Border Color

<div style="border:3px solid #719ecb">
Div here</div>

This div border color is #719ecb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,158,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #719ecb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #719ecb;
  -webkit-box-shadow: 1px 1px 3px 2px #719ecb;
  box-shadow:         1px 1px 3px 2px #719ecb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719ecb


Comments

No comments written yet.

Please login to write comment.