Color Hex Logo

#718adf Color Hex

#718ADF
(113,138,223)
0 Favorites   0 Comments

Color spaces of #718adf

RGB 113138223
HSL0.630.630.66
HSV226°49°87°
CMYK 0.490.380.00   0.13
XYZ29.217827.015473.4866
Yxy27.01540.22520.2083
Hunter Lab51.97639.3828-47.4436
CIE-Lab58.988614.2210-46.1429

#718adf color RGB value is (113,138,223).

#718adf hex color red value is 113, green value is 138 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #718adf hue: 0.63 , saturation: 0.63 and the lightness value of 718adf is 0.66.

The process color (four color CMYK) of #718adf color hex is 0.49, 0.38, 0.00, 0.13. Web safe color of #718adf is #6699cc. Color #718adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001010 11011111
Octal 161 212 337
Decimal 113 138 223
Hex 71 8A DF

RGB Percentages of Color #718adf

%23.84
%29.11
%47.05

CMYK Percentages of Color #718adf

%49
%38
%0
%13

Triadic Colors of #718adf

#718adf #df718a #8adf71

Analogous Colors of #718adf

#718adf #8f71df #71c1df

Monochromatic Colors of #718adf

#718adf

Complementary Color

#718adf #dfc671

#718adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#718adf Color CSS Codes

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

#718adf Text Font Color

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

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


#718adf Background Color

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

This div background color is #718adf


#718adf Border Color

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

This div border color is #718adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718adf


Comments

No comments written yet.

Please login to write comment.