Color Hex Logo

#85438d Color Hex

#85438D
(133,67,141)
0 Favorites   0 Comments

Color spaces of #85438d

RGB 13367141
HSL0.820.360.41
HSV294°52°55°
CMYK 0.060.520.00   0.45
XYZ16.487710.923926.4388
Yxy10.92390.30620.2029
Hunter Lab33.051331.2052-24.2920
CIE-Lab39.452039.8370-29.1670

#85438d color RGB value is (133,67,141).

#85438d hex color red value is 133, green value is 67 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #85438d hue: 0.82 , saturation: 0.36 and the lightness value of 85438d is 0.41.

The process color (four color CMYK) of #85438d color hex is 0.06, 0.52, 0.00, 0.45. Web safe color of #85438d is #993399. Color #85438d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000011 10001101
Octal 205 103 215
Decimal 133 67 141
Hex 85 43 8D

RGB Percentages of Color #85438d

%39.00
%19.65
%41.35

CMYK Percentages of Color #85438d

%6
%52
%0
%45

Triadic Colors of #85438d

#85438d #8d8543 #438d85

Analogous Colors of #85438d

#85438d #8d4370 #60438d

Monochromatic Colors of #85438d

#85438d

Complementary Color

#85438d #4b8d43

#85438d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85438d Color Preview on White Background

Lorem ipsum dolor sit amet.

#85438d Color CSS Codes

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

#85438d Text Font Color

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

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


#85438d Background Color

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

This div background color is #85438d


#85438d Border Color

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

This div border color is #85438d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85438d


Comments

No comments written yet.

Please login to write comment.