Color Hex Logo

#883dca Color Hex

#883DCA
(136,61,202)
0 Favorites   0 Comments

Color spaces of #883dca

RGB 13661202
HSL0.760.570.52
HSV272°70°79°
CMYK 0.330.700.00   0.21
XYZ22.482812.836057.1697
Yxy12.83600.24310.1388
Hunter Lab35.827449.3165-69.5299
CIE-Lab42.515157.0043-60.4605

#883dca color RGB value is (136,61,202).

#883dca hex color red value is 136, green value is 61 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #883dca hue: 0.76 , saturation: 0.57 and the lightness value of 883dca is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111101 11001010
Octal 210 75 312
Decimal 136 61 202
Hex 88 3D CA

RGB Percentages of Color #883dca

%34.09
%15.29
%50.63

CMYK Percentages of Color #883dca

%33
%70
%0
%21

Triadic Colors of #883dca

#883dca #ca883d #3dca88

Analogous Colors of #883dca

#883dca #ca3dc6 #423dca

Monochromatic Colors of #883dca

#883dca

Complementary Color

#883dca #7fca3d

#883dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#883dca Color CSS Codes

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

#883dca Text Font Color

<p style="color:#883dca">Text here</p>

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


#883dca Background Color

<div style="background-color:#883dca">
Div content here</div>

This div background color is #883dca


#883dca Border Color

<div style="border:3px solid #883dca">
Div here</div>

This div border color is #883dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883dca


Comments

No comments written yet.

Please login to write comment.