Color Hex Logo

#b85ada Color Hex

#B85ADA
(184,90,218)
0 Favorites   0 Comments

Color spaces of #b85ada

RGB 18490218
HSL0.790.630.60
HSV284°59°85°
CMYK 0.160.590.00   0.15
XYZ36.078222.564668.7835
Yxy22.56460.28310.1771
Hunter Lab47.502252.4429-52.6007
CIE-Lab54.621057.6243-49.8479

#b85ada color RGB value is (184,90,218).

#b85ada hex color red value is 184, green value is 90 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b85ada hue: 0.79 , saturation: 0.63 and the lightness value of b85ada is 0.60.

The process color (four color CMYK) of #b85ada color hex is 0.16, 0.59, 0.00, 0.15. Web safe color of #b85ada is #cc66cc. Color #b85ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011010 11011010
Octal 270 132 332
Decimal 184 90 218
Hex B8 5A DA

RGB Percentages of Color #b85ada

%37.40
%18.29
%44.31

CMYK Percentages of Color #b85ada

%16
%59
%0
%15

Triadic Colors of #b85ada

#b85ada #dab85a #5adab8

Analogous Colors of #b85ada

#b85ada #da5abc #785ada

Monochromatic Colors of #b85ada

#b85ada

Complementary Color

#b85ada #7cda5a

#b85ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85ada Color CSS Codes

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

#b85ada Text Font Color

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

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


#b85ada Background Color

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

This div background color is #b85ada


#b85ada Border Color

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

This div border color is #b85ada


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,90,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b85ada; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b85ada;
  -webkit-box-shadow: 1px 1px 3px 2px #b85ada;
  box-shadow:         1px 1px 3px 2px #b85ada; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,90,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85ada


Comments

No comments written yet.

Please login to write comment.