Color Hex Logo

#b485ea Color Hex

#B485EA
(180,133,234)
0 Favorites   0 Comments

Color spaces of #b485ea

RGB 180133234
HSL0.740.710.72
HSV268°43°92°
CMYK 0.230.430.00   0.08
XYZ42.061232.418981.8825
Yxy32.41890.26900.2073
Hunter Lab56.937632.2215-45.4092
CIE-Lab63.687637.5419-44.4829

#b485ea color RGB value is (180,133,234).

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

The process color (four color CMYK) of #b485ea color hex is 0.23, 0.43, 0.00, 0.08. Web safe color of #b485ea is #cc99ff. Color #b485ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000101 11101010
Octal 264 205 352
Decimal 180 133 234
Hex B4 85 EA

RGB Percentages of Color #b485ea

%32.91
%24.31
%42.78

CMYK Percentages of Color #b485ea

%23
%43
%0
%8

Triadic Colors of #b485ea

#b485ea #eab485 #85eab4

Analogous Colors of #b485ea

#b485ea #e785ea #8589ea

Monochromatic Colors of #b485ea

#b485ea

Complementary Color

#b485ea #bbea85

#b485ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b485ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b485ea Color CSS Codes

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

#b485ea Text Font Color

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

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


#b485ea Background Color

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

This div background color is #b485ea


#b485ea Border Color

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

This div border color is #b485ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b485ea


Comments

No comments written yet.

Please login to write comment.