Color Hex Logo

#8a1cdc Color Hex

#8A1CDC
(138,28,220)
0 Favorites   0 Comments

Color spaces of #8a1cdc

RGB 13828220
HSL0.760.770.49
HSV274°87°86°
CMYK 0.370.870.00   0.14
XYZ23.814811.401168.6556
Yxy11.40110.22930.1098
Hunter Lab33.765566.8063-96.9188
CIE-Lab40.248072.7663-74.5225

#8a1cdc color RGB value is (138,28,220).

#8a1cdc hex color red value is 138, green value is 28 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8a1cdc hue: 0.76 , saturation: 0.77 and the lightness value of 8a1cdc is 0.49.

The process color (four color CMYK) of #8a1cdc color hex is 0.37, 0.87, 0.00, 0.14. Web safe color of #8a1cdc is #9933cc. Color #8a1cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00011100 11011100
Octal 212 34 334
Decimal 138 28 220
Hex 8A 1C DC

RGB Percentages of Color #8a1cdc

%35.75
%7.25
%56.99

CMYK Percentages of Color #8a1cdc

%37
%87
%0
%14

Triadic Colors of #8a1cdc

#8a1cdc #dc8a1c #1cdc8a

Analogous Colors of #8a1cdc

#8a1cdc #dc1cce #2a1cdc

Monochromatic Colors of #8a1cdc

#8a1cdc

Complementary Color

#8a1cdc #6edc1c

#8a1cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a1cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a1cdc Color CSS Codes

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

#8a1cdc Text Font Color

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

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


#8a1cdc Background Color

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

This div background color is #8a1cdc


#8a1cdc Border Color

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

This div border color is #8a1cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a1cdc


Comments

No comments written yet.

Please login to write comment.