Color Hex Logo

#8551cf Color Hex

#8551CF
(133,81,207)
0 Favorites   0 Comments

Color spaces of #8551cf

RGB 13381207
HSL0.740.570.56
HSV265°61°81°
CMYK 0.360.610.00   0.19
XYZ23.877815.376460.7409
Yxy15.37640.23880.1538
Hunter Lab39.212840.0716-64.3918
CIE-Lab46.145547.6238-57.4933

#8551cf color RGB value is (133,81,207).

#8551cf hex color red value is 133, green value is 81 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8551cf hue: 0.74 , saturation: 0.57 and the lightness value of 8551cf is 0.56.

The process color (four color CMYK) of #8551cf color hex is 0.36, 0.61, 0.00, 0.19. Web safe color of #8551cf is #9966cc. Color #8551cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010001 11001111
Octal 205 121 317
Decimal 133 81 207
Hex 85 51 CF

RGB Percentages of Color #8551cf

%31.59
%19.24
%49.17

CMYK Percentages of Color #8551cf

%36
%61
%0
%19

Triadic Colors of #8551cf

#8551cf #cf8551 #51cf85

Analogous Colors of #8551cf

#8551cf #c451cf #515ccf

Monochromatic Colors of #8551cf

#8551cf

Complementary Color

#8551cf #9bcf51

#8551cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8551cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8551cf Color CSS Codes

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

#8551cf Text Font Color

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

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


#8551cf Background Color

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

This div background color is #8551cf


#8551cf Border Color

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

This div border color is #8551cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8551cf


Comments

No comments written yet.

Please login to write comment.