Color Hex Logo

#8538cf Color Hex

#8538CF
(133,56,207)
0 Favorites   0 Comments

Color spaces of #8538cf

RGB 13356207
HSL0.750.610.52
HSV271°73°81°
CMYK 0.360.730.00   0.19
XYZ22.349512.319960.2315
Yxy12.31990.23550.1298
Hunter Lab35.099752.2341-77.1725
CIE-Lab41.720159.8187-64.6617

#8538cf color RGB value is (133,56,207).

#8538cf hex color red value is 133, green value is 56 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8538cf hue: 0.75 , saturation: 0.61 and the lightness value of 8538cf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111000 11001111
Octal 205 70 317
Decimal 133 56 207
Hex 85 38 CF

RGB Percentages of Color #8538cf

%33.59
%14.14
%52.27

CMYK Percentages of Color #8538cf

%36
%73
%0
%19

Triadic Colors of #8538cf

#8538cf #cf8538 #38cf85

Analogous Colors of #8538cf

#8538cf #cf38ce #3a38cf

Monochromatic Colors of #8538cf

#8538cf

Complementary Color

#8538cf #82cf38

#8538cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8538cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8538cf Color CSS Codes

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

#8538cf Text Font Color

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

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


#8538cf Background Color

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

This div background color is #8538cf


#8538cf Border Color

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

This div border color is #8538cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8538cf


Comments

No comments written yet.

Please login to write comment.