Color Hex Logo

#b384de Color Hex

#B384DE
(179,132,222)
0 Favorites   0 Comments

Color spaces of #b384de

RGB 179132222
HSL0.750.580.69
HSV271°41°87°
CMYK 0.190.410.00   0.13
XYZ40.026531.360273.0507
Yxy31.36020.27710.2171
Hunter Lab56.000229.5837-38.1421
CIE-Lab62.810535.0765-39.2058

#b384de color RGB value is (179,132,222).

#b384de hex color red value is 179, green value is 132 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b384de hue: 0.75 , saturation: 0.58 and the lightness value of b384de is 0.69.

The process color (four color CMYK) of #b384de color hex is 0.19, 0.41, 0.00, 0.13. Web safe color of #b384de is #cc99cc. Color #b384de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000100 11011110
Octal 263 204 336
Decimal 179 132 222
Hex B3 84 DE

RGB Percentages of Color #b384de

%33.58
%24.77
%41.65

CMYK Percentages of Color #b384de

%19
%41
%0
%13

Triadic Colors of #b384de

#b384de #deb384 #84deb3

Analogous Colors of #b384de

#b384de #de84dc #8684de

Monochromatic Colors of #b384de

#b384de

Complementary Color

#b384de #afde84

#b384de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b384de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b384de Color CSS Codes

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

#b384de Text Font Color

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

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


#b384de Background Color

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

This div background color is #b384de


#b384de Border Color

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

This div border color is #b384de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,132,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b384de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b384de;
  -webkit-box-shadow: 1px 1px 3px 2px #b384de;
  box-shadow:         1px 1px 3px 2px #b384de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,132,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b384de


Comments

No comments written yet.

Please login to write comment.