Color Hex Logo

#883bbf Color Hex

#883BBF
(136,59,191)
0 Favorites   0 Comments

Color spaces of #883bbf

RGB 13659191
HSL0.760.530.49
HSV275°69°75°
CMYK 0.290.690.00   0.25
XYZ21.121312.123850.5171
Yxy12.12380.25220.1447
Hunter Lab34.819247.3441-61.6467
CIE-Lab41.412255.3858-55.8438

#883bbf color RGB value is (136,59,191).

#883bbf hex color red value is 136, green value is 59 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #883bbf hue: 0.76 , saturation: 0.53 and the lightness value of 883bbf is 0.49.

The process color (four color CMYK) of #883bbf color hex is 0.29, 0.69, 0.00, 0.25. Web safe color of #883bbf is #9933cc. Color #883bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111011 10111111
Octal 210 73 277
Decimal 136 59 191
Hex 88 3B BF

RGB Percentages of Color #883bbf

%35.23
%15.28
%49.48

CMYK Percentages of Color #883bbf

%29
%69
%0
%25

Triadic Colors of #883bbf

#883bbf #bf883b #3bbf88

Analogous Colors of #883bbf

#883bbf #bf3bb4 #463bbf

Monochromatic Colors of #883bbf

#883bbf

Complementary Color

#883bbf #72bf3b

#883bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#883bbf Color CSS Codes

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

#883bbf Text Font Color

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

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


#883bbf Background Color

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

This div background color is #883bbf


#883bbf Border Color

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

This div border color is #883bbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,59,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883bbf


Comments

No comments written yet.

Please login to write comment.