Color Hex Logo

#882bca Color Hex

#882BCA
(136,43,202)
0 Favorites   0 Comments

Color spaces of #882bca

RGB 13643202
HSL0.760.650.48
HSV275°79°79°
CMYK 0.330.790.00   0.21
XYZ21.677911.226356.9014
Yxy11.22630.24140.1250
Hunter Lab33.505756.8531-77.2360
CIE-Lab39.959064.2868-64.6147

#882bca color RGB value is (136,43,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101011 11001010
Octal 210 53 312
Decimal 136 43 202
Hex 88 2B CA

RGB Percentages of Color #882bca

%35.70
%11.29
%53.02

CMYK Percentages of Color #882bca

%33
%79
%0
%21

Triadic Colors of #882bca

#882bca #ca882b #2bca88

Analogous Colors of #882bca

#882bca #ca2bbd #392bca

Monochromatic Colors of #882bca

#882bca

Complementary Color

#882bca #6dca2b

#882bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#882bca Color CSS Codes

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

#882bca Text Font Color

<p style="color:#882bca">Text here</p>

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


#882bca Background Color

<div style="background-color:#882bca">
Div content here</div>

This div background color is #882bca


#882bca Border Color

<div style="border:3px solid #882bca">
Div here</div>

This div border color is #882bca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,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 #882bca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882bca


Comments

No comments written yet.

Please login to write comment.