Color Hex Logo

#7087de Color Hex

#7087DE
(112,135,222)
0 Favorites   0 Comments

Color spaces of #7087de

RGB 112135222
HSL0.630.630.65
HSV227°50°87°
CMYK 0.500.390.00   0.13
XYZ28.530926.046672.6310
Yxy26.04660.22430.2048
Hunter Lab51.035910.4752-48.6526
CIE-Lab58.081315.4664-47.0237

#7087de color RGB value is (112,135,222).

#7087de hex color red value is 112, green value is 135 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7087de hue: 0.63 , saturation: 0.63 and the lightness value of 7087de is 0.65.

The process color (four color CMYK) of #7087de color hex is 0.50, 0.39, 0.00, 0.13. Web safe color of #7087de is #6699cc. Color #7087de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000111 11011110
Octal 160 207 336
Decimal 112 135 222
Hex 70 87 DE

RGB Percentages of Color #7087de

%23.88
%28.78
%47.33

CMYK Percentages of Color #7087de

%50
%39
%0
%13

Triadic Colors of #7087de

#7087de #de7087 #87de70

Analogous Colors of #7087de

#7087de #9070de #70bede

Monochromatic Colors of #7087de

#7087de

Complementary Color

#7087de #dec770

#7087de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7087de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7087de Color CSS Codes

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

#7087de Text Font Color

<p style="color:#7087de">Text here</p>

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


#7087de Background Color

<div style="background-color:#7087de">
Div content here</div>

This div background color is #7087de


#7087de Border Color

<div style="border:3px solid #7087de">
Div here</div>

This div border color is #7087de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,135,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7087de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7087de;
  -webkit-box-shadow: 1px 1px 3px 2px #7087de;
  box-shadow:         1px 1px 3px 2px #7087de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,135,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7087de


Comments

No comments written yet.

Please login to write comment.