Color Hex Logo

#8553cf Color Hex

#8553CF
(133,83,207)
0 Favorites   0 Comments

Color spaces of #8553cf

RGB 13383207
HSL0.730.560.57
HSV264°60°81°
CMYK 0.360.600.00   0.19
XYZ24.028615.678160.7912
Yxy15.67810.23910.1560
Hunter Lab39.595639.0306-63.3112
CIE-Lab46.549346.5459-56.8424

#8553cf color RGB value is (133,83,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010011 11001111
Octal 205 123 317
Decimal 133 83 207
Hex 85 53 CF

RGB Percentages of Color #8553cf

%31.44
%19.62
%48.94

CMYK Percentages of Color #8553cf

%36
%60
%0
%19

Triadic Colors of #8553cf

#8553cf #cf8553 #53cf85

Analogous Colors of #8553cf

#8553cf #c353cf #535fcf

Monochromatic Colors of #8553cf

#8553cf

Complementary Color

#8553cf #9dcf53

#8553cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8553cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8553cf Color CSS Codes

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

#8553cf Text Font Color

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

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


#8553cf Background Color

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

This div background color is #8553cf


#8553cf Border Color

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

This div border color is #8553cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,83,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 #8553cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8553cf


Comments

No comments written yet.

Please login to write comment.