Color Hex Logo

#884bdf Color Hex

#884BDF
(136,75,223)
0 Favorites   0 Comments

Color spaces of #884bdf

RGB 13675223
HSL0.740.700.58
HSV265°66°87°
CMYK 0.390.660.00   0.13
XYZ25.988715.594171.4522
Yxy15.59410.22990.1380
Hunter Lab39.489448.3678-79.6370
CIE-Lab46.437455.4012-66.1488

#884bdf color RGB value is (136,75,223).

#884bdf hex color red value is 136, green value is 75 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #884bdf hue: 0.74 , saturation: 0.70 and the lightness value of 884bdf is 0.58.

The process color (four color CMYK) of #884bdf color hex is 0.39, 0.66, 0.00, 0.13. Web safe color of #884bdf is #9933cc. Color #884bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001011 11011111
Octal 210 113 337
Decimal 136 75 223
Hex 88 4B DF

RGB Percentages of Color #884bdf

%31.34
%17.28
%51.38

CMYK Percentages of Color #884bdf

%39
%66
%0
%13

Triadic Colors of #884bdf

#884bdf #df884b #4bdf88

Analogous Colors of #884bdf

#884bdf #d24bdf #4b58df

Monochromatic Colors of #884bdf

#884bdf

Complementary Color

#884bdf #a2df4b

#884bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#884bdf Color CSS Codes

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

#884bdf Text Font Color

<p style="color:#884bdf">Text here</p>

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


#884bdf Background Color

<div style="background-color:#884bdf">
Div content here</div>

This div background color is #884bdf


#884bdf Border Color

<div style="border:3px solid #884bdf">
Div here</div>

This div border color is #884bdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,75,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #884bdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #884bdf;
  -webkit-box-shadow: 1px 1px 3px 2px #884bdf;
  box-shadow:         1px 1px 3px 2px #884bdf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884bdf


Comments

No comments written yet.

Please login to write comment.