Color Hex Logo

#b252ba Color Hex

#B252BA
(178,82,186)
0 Favorites   0 Comments

Color spaces of #b252ba

RGB 17882186
HSL0.820.430.53
HSV295°56°73°
CMYK 0.040.560.00   0.27
XYZ30.240319.044748.5365
Yxy19.04470.30910.1947
Hunter Lab43.640247.3203-35.3939
CIE-Lab50.739553.6689-37.7118

#b252ba color RGB value is (178,82,186).

#b252ba hex color red value is 178, green value is 82 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b252ba hue: 0.82 , saturation: 0.43 and the lightness value of b252ba is 0.53.

The process color (four color CMYK) of #b252ba color hex is 0.04, 0.56, 0.00, 0.27. Web safe color of #b252ba is #9966cc. Color #b252ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010010 10111010
Octal 262 122 272
Decimal 178 82 186
Hex B2 52 BA

RGB Percentages of Color #b252ba

%39.91
%18.39
%41.70

CMYK Percentages of Color #b252ba

%4
%56
%0
%27

Triadic Colors of #b252ba

#b252ba #bab252 #52bab2

Analogous Colors of #b252ba

#b252ba #ba528e #7e52ba

Monochromatic Colors of #b252ba

#b252ba

Complementary Color

#b252ba #5aba52

#b252ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b252ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b252ba Color CSS Codes

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

#b252ba Text Font Color

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

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


#b252ba Background Color

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

This div background color is #b252ba


#b252ba Border Color

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

This div border color is #b252ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b252ba


Comments

No comments written yet.

Please login to write comment.