Color Hex Logo

#718aff Color Hex

#718AFF
(113,138,255)
0 Favorites   0 Comments

Color spaces of #718aff

RGB 113138255
HSL0.641.000.72
HSV229°56°100°
CMYK 0.560.460.00   0.00
XYZ33.948528.907798.3982
Yxy28.90770.21050.1793
Hunter Lab53.765918.6170-70.8719
CIE-Lab60.700124.1530-61.1210

#718aff color RGB value is (113,138,255).

#718aff hex color red value is 113, green value is 138 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #718aff hue: 0.64 , saturation: 1.00 and the lightness value of 718aff is 0.72.

The process color (four color CMYK) of #718aff color hex is 0.56, 0.46, 0.00, 0.00. Web safe color of #718aff is #6699ff. Color #718aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001010 11111111
Octal 161 212 377
Decimal 113 138 255
Hex 71 8A FF

RGB Percentages of Color #718aff

%22.33
%27.27
%50.40

CMYK Percentages of Color #718aff

%56
%46
%0
%0

Triadic Colors of #718aff

#718aff #ff718a #8aff71

Analogous Colors of #718aff

#718aff #9f71ff #71d1ff

Monochromatic Colors of #718aff

#718aff

Complementary Color

#718aff #ffe671

#718aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#718aff Color CSS Codes

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

#718aff Text Font Color

<p style="color:#718aff">Text here</p>

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


#718aff Background Color

<div style="background-color:#718aff">
Div content here</div>

This div background color is #718aff


#718aff Border Color

<div style="border:3px solid #718aff">
Div here</div>

This div border color is #718aff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,138,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #718aff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #718aff;
  -webkit-box-shadow: 1px 1px 3px 2px #718aff;
  box-shadow:         1px 1px 3px 2px #718aff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718aff

Related Colors


Comments

No comments written yet.

Please login to write comment.