Color Hex Logo

#b485de Color Hex

#B485DE
(180,133,222)
0 Favorites   0 Comments

Color spaces of #b485de

RGB 180133222
HSL0.750.570.70
HSV272°40°87°
CMYK 0.190.400.00   0.13
XYZ40.394731.752373.1070
Yxy31.75230.27810.2186
Hunter Lab56.349229.3492-37.4780
CIE-Lab63.137634.8123-38.6868

#b485de color RGB value is (180,133,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000101 11011110
Octal 264 205 336
Decimal 180 133 222
Hex B4 85 DE

RGB Percentages of Color #b485de

%33.64
%24.86
%41.50

CMYK Percentages of Color #b485de

%19
%40
%0
%13

Triadic Colors of #b485de

#b485de #deb485 #85deb4

Analogous Colors of #b485de

#b485de #de85dc #8885de

Monochromatic Colors of #b485de

#b485de

Complementary Color

#b485de #afde85

#b485de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b485de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b485de Color CSS Codes

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

#b485de Text Font Color

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

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


#b485de Background Color

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

This div background color is #b485de


#b485de Border Color

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

This div border color is #b485de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b485de


Comments

No comments written yet.

Please login to write comment.