Color Hex Logo

#880385 Color Hex

#880385
(136,3,133)
0 Favorites   0 Comments

Color spaces of #880385

RGB 1363133
HSL0.840.960.27
HSV301°98°53°
CMYK 0.000.980.02   0.47
XYZ14.41956.992822.7801
Yxy6.99280.32630.1582
Hunter Lab26.443951.0568-32.5646
CIE-Lab31.790560.6763-36.3329

#880385 color RGB value is (136,3,133).

#880385 hex color red value is 136, green value is 3 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #880385 hue: 0.84 , saturation: 0.96 and the lightness value of 880385 is 0.27.

The process color (four color CMYK) of #880385 color hex is 0.00, 0.98, 0.02, 0.47. Web safe color of #880385 is #990099. Color #880385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000011 10000101
Octal 210 3 205
Decimal 136 3 133
Hex 88 3 85

RGB Percentages of Color #880385

%50.00
%1.10
%48.90

CMYK Percentages of Color #880385

%0
%98
%2
%47

Triadic Colors of #880385

#880385 #858803 #038588

Analogous Colors of #880385

#880385 #880343 #480388

Monochromatic Colors of #880385

#880385

Complementary Color

#880385 #038806

#880385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880385 Color CSS Codes

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

#880385 Text Font Color

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

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


#880385 Background Color

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

This div background color is #880385


#880385 Border Color

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

This div border color is #880385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880385


Comments

No comments written yet.

Please login to write comment.