Color Hex Logo

#b485df Color Hex

#B485DF
(180,133,223)
0 Favorites   0 Comments

Color spaces of #b485df

RGB 180133223
HSL0.750.580.70
HSV271°40°87°
CMYK 0.190.400.00   0.13
XYZ40.529231.806173.8151
Yxy31.80610.27730.2176
Hunter Lab56.396929.5831-38.1239
CIE-Lab63.182335.0365-39.1734

#b485df color RGB value is (180,133,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000101 11011111
Octal 264 205 337
Decimal 180 133 223
Hex B4 85 DF

RGB Percentages of Color #b485df

%33.58
%24.81
%41.60

CMYK Percentages of Color #b485df

%19
%40
%0
%13

Triadic Colors of #b485df

#b485df #dfb485 #85dfb4

Analogous Colors of #b485df

#b485df #df85dd #8785df

Monochromatic Colors of #b485df

#b485df

Complementary Color

#b485df #b0df85

#b485df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b485df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b485df Color CSS Codes

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

#b485df Text Font Color

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

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


#b485df Background Color

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

This div background color is #b485df


#b485df Border Color

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

This div border color is #b485df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b485df


Comments

No comments written yet.

Please login to write comment.