Color Hex Logo

#b508da Color Hex

#B508DA
(181,8,218)
0 Favorites   0 Comments

Color spaces of #b508da

RGB 1818218
HSL0.800.930.44
HSV289°96°85°
CMYK 0.170.960.00   0.15
XYZ31.797815.059467.5605
Yxy15.05940.27790.1316
Hunter Lab38.806478.3507-76.0571
CIE-Lab45.715481.0864-64.1791

#b508da color RGB value is (181,8,218).

#b508da hex color red value is 181, green value is 8 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b508da hue: 0.80 , saturation: 0.93 and the lightness value of b508da is 0.44.

The process color (four color CMYK) of #b508da color hex is 0.17, 0.96, 0.00, 0.15. Web safe color of #b508da is #cc00cc. Color #b508da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001000 11011010
Octal 265 10 332
Decimal 181 8 218
Hex B5 8 DA

RGB Percentages of Color #b508da

%44.47
%1.97
%53.56

CMYK Percentages of Color #b508da

%17
%96
%0
%15

Triadic Colors of #b508da

#b508da #dab508 #08dab5

Analogous Colors of #b508da

#b508da #da0896 #4c08da

Monochromatic Colors of #b508da

#b508da

Complementary Color

#b508da #2dda08

#b508da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b508da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b508da Color CSS Codes

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

#b508da Text Font Color

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

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


#b508da Background Color

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

This div background color is #b508da


#b508da Border Color

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

This div border color is #b508da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b508da


Comments

No comments written yet.

Please login to write comment.