Color Hex Logo

#b934df Color Hex

#B934DF
(185,52,223)
0 Favorites   0 Comments

Color spaces of #b934df

RGB 18552223
HSL0.800.730.54
HSV287°77°87°
CMYK 0.170.770.00   0.13
XYZ34.554918.098071.4841
Yxy18.09800.27840.1458
Hunter Lab42.541770.5401-69.8474
CIE-Lab49.614874.0344-60.6965

#b934df color RGB value is (185,52,223).

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

The process color (four color CMYK) of #b934df color hex is 0.17, 0.77, 0.00, 0.13. Web safe color of #b934df is #cc33cc. Color #b934df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110100 11011111
Octal 271 64 337
Decimal 185 52 223
Hex B9 34 DF

RGB Percentages of Color #b934df

%40.22
%11.30
%48.48

CMYK Percentages of Color #b934df

%17
%77
%0
%13

Triadic Colors of #b934df

#b934df #dfb934 #34dfb9

Analogous Colors of #b934df

#b934df #df34b0 #6434df

Monochromatic Colors of #b934df

#b934df

Complementary Color

#b934df #5adf34

#b934df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b934df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b934df Color CSS Codes

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

#b934df Text Font Color

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

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


#b934df Background Color

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

This div background color is #b934df


#b934df Border Color

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

This div border color is #b934df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,52,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b934df


Comments

No comments written yet.

Please login to write comment.