Color Hex Logo

#719bed Color Hex

#719BED
(113,155,237)
0 Favorites   0 Comments

Color spaces of #719bed

RGB 113155237
HSL0.610.780.69
HSV220°52°93°
CMYK 0.520.350.00   0.07
XYZ33.817533.067884.7211
Yxy33.06780.22310.2181
Hunter Lab57.50464.3398-47.0983
CIE-Lab64.21588.5423-45.6501

#719bed color RGB value is (113,155,237).

#719bed hex color red value is 113, green value is 155 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #719bed hue: 0.61 , saturation: 0.78 and the lightness value of 719bed is 0.69.

The process color (four color CMYK) of #719bed color hex is 0.52, 0.35, 0.00, 0.07. Web safe color of #719bed is #6699ff. Color #719bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011011 11101101
Octal 161 233 355
Decimal 113 155 237
Hex 71 9B ED

RGB Percentages of Color #719bed

%22.38
%30.69
%46.93

CMYK Percentages of Color #719bed

%52
%35
%0
%7

Triadic Colors of #719bed

#719bed #ed719b #9bed71

Analogous Colors of #719bed

#719bed #8571ed #71d9ed

Monochromatic Colors of #719bed

#719bed

Complementary Color

#719bed #edc371

#719bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#719bed Color CSS Codes

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

#719bed Text Font Color

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

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


#719bed Background Color

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

This div background color is #719bed


#719bed Border Color

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

This div border color is #719bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719bed


Comments

No comments written yet.

Please login to write comment.