Color Hex Logo

#8a38cd Color Hex

#8A38CD
(138,56,205)
0 Favorites   0 Comments

Color spaces of #8a38cd

RGB 13856205
HSL0.760.600.51
HSV273°73°80°
CMYK 0.330.730.00   0.20
XYZ22.914912.639458.9895
Yxy12.63940.24240.1337
Hunter Lab35.551952.8358-73.4905
CIE-Lab42.214860.2671-62.6724

#8a38cd color RGB value is (138,56,205).

#8a38cd hex color red value is 138, green value is 56 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8a38cd hue: 0.76 , saturation: 0.60 and the lightness value of 8a38cd is 0.51.

The process color (four color CMYK) of #8a38cd color hex is 0.33, 0.73, 0.00, 0.20. Web safe color of #8a38cd is #9933cc. Color #8a38cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00111000 11001101
Octal 212 70 315
Decimal 138 56 205
Hex 8A 38 CD

RGB Percentages of Color #8a38cd

%34.59
%14.04
%51.38

CMYK Percentages of Color #8a38cd

%33
%73
%0
%20

Triadic Colors of #8a38cd

#8a38cd #cd8a38 #38cd8a

Analogous Colors of #8a38cd

#8a38cd #cd38c6 #3f38cd

Monochromatic Colors of #8a38cd

#8a38cd

Complementary Color

#8a38cd #7bcd38

#8a38cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a38cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a38cd Color CSS Codes

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

#8a38cd Text Font Color

<p style="color:#8a38cd">Text here</p>

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


#8a38cd Background Color

<div style="background-color:#8a38cd">
Div content here</div>

This div background color is #8a38cd


#8a38cd Border Color

<div style="border:3px solid #8a38cd">
Div here</div>

This div border color is #8a38cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,56,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a38cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a38cd;
  -webkit-box-shadow: 1px 1px 3px 2px #8a38cd;
  box-shadow:         1px 1px 3px 2px #8a38cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,56,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a38cd


Comments

No comments written yet.

Please login to write comment.