Color Hex Logo

#b952fd Color Hex

#B952FD
(185,82,253)
0 Favorites   0 Comments

Color spaces of #b952fd

RGB 18582253
HSL0.770.980.66
HSV276°68°99°
CMYK 0.270.680.00   0.01
XYZ40.754523.440795.3050
Yxy23.44070.25550.1470
Hunter Lab48.415665.5276-82.8201
CIE-Lab55.523468.7451-67.9986

#b952fd color RGB value is (185,82,253).

#b952fd hex color red value is 185, green value is 82 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b952fd hue: 0.77 , saturation: 0.98 and the lightness value of b952fd is 0.66.

The process color (four color CMYK) of #b952fd color hex is 0.27, 0.68, 0.00, 0.01. Web safe color of #b952fd is #cc66ff. Color #b952fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010010 11111101
Octal 271 122 375
Decimal 185 82 253
Hex B9 52 FD

RGB Percentages of Color #b952fd

%35.58
%15.77
%48.65

CMYK Percentages of Color #b952fd

%27
%68
%0
%1

Triadic Colors of #b952fd

#b952fd #fdb952 #52fdb9

Analogous Colors of #b952fd

#b952fd #fd52ec #6352fd

Monochromatic Colors of #b952fd

#b952fd

Complementary Color

#b952fd #96fd52

#b952fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b952fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b952fd Color CSS Codes

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

#b952fd Text Font Color

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

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


#b952fd Background Color

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

This div background color is #b952fd


#b952fd Border Color

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

This div border color is #b952fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b952fd

Related Colors


Comments

No comments written yet.

Please login to write comment.