Color Hex Logo

#7085cd Color Hex

#7085CD
(112,133,205)
0 Favorites   0 Comments

Color spaces of #7085cd

RGB 112133205
HSL0.630.480.62
HSV226°45°80°
CMYK 0.450.350.00   0.20
XYZ26.089124.627661.1362
Yxy24.62760.23320.2202
Hunter Lab49.62626.9938-38.3030
CIE-Lab56.710811.5368-39.6336

#7085cd color RGB value is (112,133,205).

#7085cd hex color red value is 112, green value is 133 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7085cd hue: 0.63 , saturation: 0.48 and the lightness value of 7085cd is 0.62.

The process color (four color CMYK) of #7085cd color hex is 0.45, 0.35, 0.00, 0.20. Web safe color of #7085cd is #6699cc. Color #7085cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000101 11001101
Octal 160 205 315
Decimal 112 133 205
Hex 70 85 CD

RGB Percentages of Color #7085cd

%24.89
%29.56
%45.56

CMYK Percentages of Color #7085cd

%45
%35
%0
%20

Triadic Colors of #7085cd

#7085cd #cd7085 #85cd70

Analogous Colors of #7085cd

#7085cd #8a70cd #70b4cd

Monochromatic Colors of #7085cd

#7085cd

Complementary Color

#7085cd #cdb870

#7085cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7085cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7085cd Color CSS Codes

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

#7085cd Text Font Color

<p style="color:#7085cd">Text here</p>

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


#7085cd Background Color

<div style="background-color:#7085cd">
Div content here</div>

This div background color is #7085cd


#7085cd Border Color

<div style="border:3px solid #7085cd">
Div here</div>

This div border color is #7085cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,133,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7085cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7085cd;
  -webkit-box-shadow: 1px 1px 3px 2px #7085cd;
  box-shadow:         1px 1px 3px 2px #7085cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7085cd


Comments

No comments written yet.

Please login to write comment.