Color Hex Logo

#b04ada Color Hex

#B04ADA
(176,74,218)
0 Favorites   0 Comments

Color spaces of #b04ada

RGB 17674218
HSL0.780.660.57
HSV283°66°85°
CMYK 0.190.660.00   0.15
XYZ33.008219.189668.2939
Yxy19.18960.27390.1593
Hunter Lab43.805957.8411-61.7696
CIE-Lab50.908363.0529-55.8409

#b04ada color RGB value is (176,74,218).

#b04ada hex color red value is 176, green value is 74 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b04ada hue: 0.78 , saturation: 0.66 and the lightness value of b04ada is 0.57.

The process color (four color CMYK) of #b04ada color hex is 0.19, 0.66, 0.00, 0.15. Web safe color of #b04ada is #9933cc. Color #b04ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001010 11011010
Octal 260 112 332
Decimal 176 74 218
Hex B0 4A DA

RGB Percentages of Color #b04ada

%37.61
%15.81
%46.58

CMYK Percentages of Color #b04ada

%19
%66
%0
%15

Triadic Colors of #b04ada

#b04ada #dab04a #4adab0

Analogous Colors of #b04ada

#b04ada #da4abc #684ada

Monochromatic Colors of #b04ada

#b04ada

Complementary Color

#b04ada #74da4a

#b04ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04ada Color CSS Codes

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

#b04ada Text Font Color

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

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


#b04ada Background Color

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

This div background color is #b04ada


#b04ada Border Color

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

This div border color is #b04ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04ada


Comments

No comments written yet.

Please login to write comment.