Color Hex Logo

#b252ca Color Hex

#B252CA
(178,82,202)
0 Favorites   0 Comments

Color spaces of #b252ca

RGB 17882202
HSL0.800.530.56
HSV288°59°79°
CMYK 0.120.590.00   0.21
XYZ32.038119.763858.0033
Yxy19.76380.29180.1800
Hunter Lab44.456550.8393-46.2373
CIE-Lab51.569156.7273-45.6306

#b252ca color RGB value is (178,82,202).

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

The process color (four color CMYK) of #b252ca color hex is 0.12, 0.59, 0.00, 0.21. Web safe color of #b252ca is #9966cc. Color #b252ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010010 11001010
Octal 262 122 312
Decimal 178 82 202
Hex B2 52 CA

RGB Percentages of Color #b252ca

%38.53
%17.75
%43.72

CMYK Percentages of Color #b252ca

%12
%59
%0
%21

Triadic Colors of #b252ca

#b252ca #cab252 #52cab2

Analogous Colors of #b252ca

#b252ca #ca52a6 #7652ca

Monochromatic Colors of #b252ca

#b252ca

Complementary Color

#b252ca #6aca52

#b252ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b252ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b252ca Color CSS Codes

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

#b252ca Text Font Color

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

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


#b252ca Background Color

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

This div background color is #b252ca


#b252ca Border Color

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

This div border color is #b252ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,82,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b252ca


Comments

No comments written yet.

Please login to write comment.