Color Hex Logo

#8285ce Color Hex

#8285CE
(130,133,206)
0 Favorites   0 Comments

Color spaces of #8285ce

RGB 130133206
HSL0.660.440.66
HSV238°37°81°
CMYK 0.370.350.00   0.19
XYZ28.734025.977161.8922
Yxy25.97710.24640.2228
Hunter Lab50.967711.4391-36.3209
CIE-Lab58.015316.5432-38.0618

#8285ce color RGB value is (130,133,206).

#8285ce hex color red value is 130, green value is 133 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8285ce hue: 0.66 , saturation: 0.44 and the lightness value of 8285ce is 0.66.

The process color (four color CMYK) of #8285ce color hex is 0.37, 0.35, 0.00, 0.19. Web safe color of #8285ce is #9999cc. Color #8285ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000101 11001110
Octal 202 205 316
Decimal 130 133 206
Hex 82 85 CE

RGB Percentages of Color #8285ce

%27.72
%28.36
%43.92

CMYK Percentages of Color #8285ce

%37
%35
%0
%19

Triadic Colors of #8285ce

#8285ce #ce8285 #85ce82

Analogous Colors of #8285ce

#8285ce #a582ce #82abce

Monochromatic Colors of #8285ce

#8285ce

Complementary Color

#8285ce #cecb82

#8285ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8285ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8285ce Color CSS Codes

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

#8285ce Text Font Color

<p style="color:#8285ce">Text here</p>

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


#8285ce Background Color

<div style="background-color:#8285ce">
Div content here</div>

This div background color is #8285ce


#8285ce Border Color

<div style="border:3px solid #8285ce">
Div here</div>

This div border color is #8285ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,133,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8285ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8285ce;
  -webkit-box-shadow: 1px 1px 3px 2px #8285ce;
  box-shadow:         1px 1px 3px 2px #8285ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8285ce


Comments

No comments written yet.

Please login to write comment.