Color Hex Logo

#87448f Color Hex

#87448F
(135,68,143)
0 Favorites   0 Comments

Color spaces of #87448f

RGB 13568143
HSL0.820.360.41
HSV294°52°56°
CMYK 0.060.520.00   0.44
XYZ17.016711.268327.2647
Yxy11.26830.30630.2029
Hunter Lab33.568331.7421-24.6585
CIE-Lab40.028740.3020-29.4586

#87448f color RGB value is (135,68,143).

#87448f hex color red value is 135, green value is 68 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #87448f hue: 0.82 , saturation: 0.36 and the lightness value of 87448f is 0.41.

The process color (four color CMYK) of #87448f color hex is 0.06, 0.52, 0.00, 0.44. Web safe color of #87448f is #993399. Color #87448f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000100 10001111
Octal 207 104 217
Decimal 135 68 143
Hex 87 44 8F

RGB Percentages of Color #87448f

%39.02
%19.65
%41.33

CMYK Percentages of Color #87448f

%6
%52
%0
%44

Triadic Colors of #87448f

#87448f #8f8744 #448f87

Analogous Colors of #87448f

#87448f #8f4472 #61448f

Monochromatic Colors of #87448f

#87448f

Complementary Color

#87448f #4c8f44

#87448f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87448f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87448f Color CSS Codes

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

#87448f Text Font Color

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

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


#87448f Background Color

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

This div background color is #87448f


#87448f Border Color

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

This div border color is #87448f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,68,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87448f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87448f;
  -webkit-box-shadow: 1px 1px 3px 2px #87448f;
  box-shadow:         1px 1px 3px 2px #87448f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87448f


Comments

No comments written yet.

Please login to write comment.