Color Hex Logo

#b935df Color Hex

#B935DF
(185,53,223)
0 Favorites   0 Comments

Color spaces of #b935df

RGB 18553223
HSL0.800.730.54
HSV287°76°87°
CMYK 0.170.760.00   0.13
XYZ34.600018.188271.4991
Yxy18.18820.27840.1463
Hunter Lab42.647670.1836-69.5468
CIE-Lab49.723673.7205-60.5210

#b935df color RGB value is (185,53,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110101 11011111
Octal 271 65 337
Decimal 185 53 223
Hex B9 35 DF

RGB Percentages of Color #b935df

%40.13
%11.50
%48.37

CMYK Percentages of Color #b935df

%17
%76
%0
%13

Triadic Colors of #b935df

#b935df #dfb935 #35dfb9

Analogous Colors of #b935df

#b935df #df35b0 #6435df

Monochromatic Colors of #b935df

#b935df

Complementary Color

#b935df #5bdf35

#b935df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b935df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b935df Color CSS Codes

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

#b935df Text Font Color

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

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


#b935df Background Color

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

This div background color is #b935df


#b935df Border Color

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

This div border color is #b935df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b935df


Comments

No comments written yet.

Please login to write comment.