Color Hex Logo

#b385de Color Hex

#B385DE
(179,133,222)
0 Favorites   0 Comments

Color spaces of #b385de

RGB 179133222
HSL0.750.570.70
HSV271°40°87°
CMYK 0.190.400.00   0.13
XYZ40.162831.632773.0962
Yxy31.63270.27720.2183
Hunter Lab56.243029.0407-37.6862
CIE-Lab63.038134.5204-38.8497

#b385de color RGB value is (179,133,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000101 11011110
Octal 263 205 336
Decimal 179 133 222
Hex B3 85 DE

RGB Percentages of Color #b385de

%33.52
%24.91
%41.57

CMYK Percentages of Color #b385de

%19
%40
%0
%13

Triadic Colors of #b385de

#b385de #deb385 #85deb3

Analogous Colors of #b385de

#b385de #de85dd #8785de

Monochromatic Colors of #b385de

#b385de

Complementary Color

#b385de #b0de85

#b385de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b385de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b385de Color CSS Codes

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

#b385de Text Font Color

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

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


#b385de Background Color

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

This div background color is #b385de


#b385de Border Color

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

This div border color is #b385de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b385de


Comments

No comments written yet.

Please login to write comment.