Color Hex Logo

#855ca5 Color Hex

#855CA5
(133,92,165)
0 Favorites   0 Comments

Color spaces of #855ca5

RGB 13392165
HSL0.760.290.50
HSV274°44°65°
CMYK 0.190.440.00   0.35
XYZ20.291515.357537.4921
Yxy15.35750.27740.2100
Hunter Lab39.188623.8454-29.2912
CIE-Lab46.120031.0744-33.0778

#855ca5 color RGB value is (133,92,165).

#855ca5 hex color red value is 133, green value is 92 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #855ca5 hue: 0.76 , saturation: 0.29 and the lightness value of 855ca5 is 0.50.

The process color (four color CMYK) of #855ca5 color hex is 0.19, 0.44, 0.00, 0.35. Web safe color of #855ca5 is #996699. Color #855ca5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011100 10100101
Octal 205 134 245
Decimal 133 92 165
Hex 85 5C A5

RGB Percentages of Color #855ca5

%34.10
%23.59
%42.31

CMYK Percentages of Color #855ca5

%19
%44
%0
%35

Triadic Colors of #855ca5

#855ca5 #a5855c #5ca585

Analogous Colors of #855ca5

#855ca5 #a55ca1 #615ca5

Monochromatic Colors of #855ca5

#855ca5

Complementary Color

#855ca5 #7ca55c

#855ca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855ca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855ca5 Color CSS Codes

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

#855ca5 Text Font Color

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

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


#855ca5 Background Color

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

This div background color is #855ca5


#855ca5 Border Color

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

This div border color is #855ca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855ca5


Comments

No comments written yet.

Please login to write comment.