Color Hex Logo

#b934da Color Hex

#B934DA
(185,52,218)
0 Favorites   0 Comments

Color spaces of #b934da

RGB 18552218
HSL0.800.690.53
HSV288°76°85°
CMYK 0.150.760.00   0.15
XYZ33.890517.832267.9854
Yxy17.83220.28310.1490
Hunter Lab42.228269.3570-65.8944
CIE-Lab49.291973.1238-58.3696

#b934da color RGB value is (185,52,218).

#b934da hex color red value is 185, green value is 52 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b934da hue: 0.80 , saturation: 0.69 and the lightness value of b934da is 0.53.

The process color (four color CMYK) of #b934da color hex is 0.15, 0.76, 0.00, 0.15. Web safe color of #b934da is #cc33cc. Color #b934da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110100 11011010
Octal 271 64 332
Decimal 185 52 218
Hex B9 34 DA

RGB Percentages of Color #b934da

%40.66
%11.43
%47.91

CMYK Percentages of Color #b934da

%15
%76
%0
%15

Triadic Colors of #b934da

#b934da #dab934 #34dab9

Analogous Colors of #b934da

#b934da #da34a8 #6634da

Monochromatic Colors of #b934da

#b934da

Complementary Color

#b934da #55da34

#b934da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b934da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b934da Color CSS Codes

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

#b934da Text Font Color

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

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


#b934da Background Color

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

This div background color is #b934da


#b934da Border Color

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

This div border color is #b934da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b934da


Comments

No comments written yet.

Please login to write comment.