Color Hex Logo

#b752fa Color Hex

#B752FA
(183,82,250)
0 Favorites   0 Comments

Color spaces of #b752fa

RGB 18382250
HSL0.770.940.65
HSV276°67°98°
CMYK 0.270.670.00   0.02
XYZ39.801123.004092.7849
Yxy23.00400.25580.1479
Hunter Lab47.962564.1918-81.1246
CIE-Lab55.076567.7083-67.0678

#b752fa color RGB value is (183,82,250).

#b752fa hex color red value is 183, green value is 82 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b752fa hue: 0.77 , saturation: 0.94 and the lightness value of b752fa is 0.65.

The process color (four color CMYK) of #b752fa color hex is 0.27, 0.67, 0.00, 0.02. Web safe color of #b752fa is #cc66ff. Color #b752fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010010 11111010
Octal 267 122 372
Decimal 183 82 250
Hex B7 52 FA

RGB Percentages of Color #b752fa

%35.53
%15.92
%48.54

CMYK Percentages of Color #b752fa

%27
%67
%0
%2

Triadic Colors of #b752fa

#b752fa #fab752 #52fab7

Analogous Colors of #b752fa

#b752fa #fa52e9 #6352fa

Monochromatic Colors of #b752fa

#b752fa

Complementary Color

#b752fa #95fa52

#b752fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b752fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b752fa Color CSS Codes

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

#b752fa Text Font Color

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

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


#b752fa Background Color

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

This div background color is #b752fa


#b752fa Border Color

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

This div border color is #b752fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b752fa


Comments

No comments written yet.

Please login to write comment.