Color Hex Logo

#b935ba Color Hex

#B935BA
(185,53,186)
0 Favorites   0 Comments

Color spaces of #b935ba

RGB 18553186
HSL0.830.560.47
HSV300°72°73°
CMYK 0.010.720.00   0.27
XYZ30.143616.405748.0322
Yxy16.40570.31870.1735
Hunter Lab40.504061.9603-41.9571
CIE-Lab47.502367.2579-42.7621

#b935ba color RGB value is (185,53,186).

#b935ba hex color red value is 185, green value is 53 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b935ba hue: 0.83 , saturation: 0.56 and the lightness value of b935ba is 0.47.

The process color (four color CMYK) of #b935ba color hex is 0.01, 0.72, 0.00, 0.27. Web safe color of #b935ba is #cc33cc. Color #b935ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110101 10111010
Octal 271 65 272
Decimal 185 53 186
Hex B9 35 BA

RGB Percentages of Color #b935ba

%43.63
%12.50
%43.87

CMYK Percentages of Color #b935ba

%1
%72
%0
%27

Triadic Colors of #b935ba

#b935ba #bab935 #35bab9

Analogous Colors of #b935ba

#b935ba #ba3579 #7735ba

Monochromatic Colors of #b935ba

#b935ba

Complementary Color

#b935ba #36ba35

#b935ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b935ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b935ba Color CSS Codes

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

#b935ba Text Font Color

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

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


#b935ba Background Color

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

This div background color is #b935ba


#b935ba Border Color

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

This div border color is #b935ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b935ba


Comments

No comments written yet.

Please login to write comment.