Color Hex Logo

#b485ed Color Hex

#B485ED
(180,133,237)
0 Favorites   0 Comments

Color spaces of #b485ed

RGB 180133237
HSL0.740.740.73
HSV267°44°93°
CMYK 0.240.440.00   0.07
XYZ42.496032.592884.1720
Yxy32.59280.26680.2047
Hunter Lab57.090132.9619-47.4524
CIE-Lab63.829838.2372-45.9172

#b485ed color RGB value is (180,133,237).

#b485ed hex color red value is 180, green value is 133 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b485ed hue: 0.74 , saturation: 0.74 and the lightness value of b485ed is 0.73.

The process color (four color CMYK) of #b485ed color hex is 0.24, 0.44, 0.00, 0.07. Web safe color of #b485ed is #cc99ff. Color #b485ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000101 11101101
Octal 264 205 355
Decimal 180 133 237
Hex B4 85 ED

RGB Percentages of Color #b485ed

%32.73
%24.18
%43.09

CMYK Percentages of Color #b485ed

%24
%44
%0
%7

Triadic Colors of #b485ed

#b485ed #edb485 #85edb4

Analogous Colors of #b485ed

#b485ed #e885ed #858aed

Monochromatic Colors of #b485ed

#b485ed

Complementary Color

#b485ed #beed85

#b485ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b485ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b485ed Color CSS Codes

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

#b485ed Text Font Color

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

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


#b485ed Background Color

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

This div background color is #b485ed


#b485ed Border Color

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

This div border color is #b485ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,133,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b485ed


Comments

No comments written yet.

Please login to write comment.