Color Hex Logo

#8d2bca Color Hex

#8D2BCA
(141,43,202)
0 Favorites   0 Comments

Color spaces of #8d2bca

RGB 14143202
HSL0.770.650.48
HSV277°79°79°
CMYK 0.300.790.00   0.21
XYZ22.509111.654756.9403
Yxy11.65470.24710.1279
Hunter Lab34.139057.9485-74.9923
CIE-Lab40.662065.1125-63.4395

#8d2bca color RGB value is (141,43,202).

#8d2bca hex color red value is 141, green value is 43 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8d2bca hue: 0.77 , saturation: 0.65 and the lightness value of 8d2bca is 0.48.

The process color (four color CMYK) of #8d2bca color hex is 0.30, 0.79, 0.00, 0.21. Web safe color of #8d2bca is #9933cc. Color #8d2bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00101011 11001010
Octal 215 53 312
Decimal 141 43 202
Hex 8D 2B CA

RGB Percentages of Color #8d2bca

%36.53
%11.14
%52.33

CMYK Percentages of Color #8d2bca

%30
%79
%0
%21

Triadic Colors of #8d2bca

#8d2bca #ca8d2b #2bca8d

Analogous Colors of #8d2bca

#8d2bca #ca2bb8 #3e2bca

Monochromatic Colors of #8d2bca

#8d2bca

Complementary Color

#8d2bca #68ca2b

#8d2bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d2bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d2bca Color CSS Codes

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

#8d2bca Text Font Color

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

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


#8d2bca Background Color

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

This div background color is #8d2bca


#8d2bca Border Color

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

This div border color is #8d2bca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,43,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d2bca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d2bca;
  -webkit-box-shadow: 1px 1px 3px 2px #8d2bca;
  box-shadow:         1px 1px 3px 2px #8d2bca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,43,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d2bca


Comments

No comments written yet.

Please login to write comment.