Color Hex Logo

#b953fc Color Hex

#B953FC
(185,83,252)
0 Favorites   0 Comments

Color spaces of #b953fc

RGB 18583252
HSL0.770.970.66
HSV276°67°99°
CMYK 0.270.670.00   0.01
XYZ40.671523.529194.4934
Yxy23.52910.25630.1483
Hunter Lab48.506864.7800-81.5448
CIE-Lab55.613268.1019-67.2991

#b953fc color RGB value is (185,83,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010011 11111100
Octal 271 123 374
Decimal 185 83 252
Hex B9 53 FC

RGB Percentages of Color #b953fc

%35.58
%15.96
%48.46

CMYK Percentages of Color #b953fc

%27
%67
%0
%1

Triadic Colors of #b953fc

#b953fc #fcb953 #53fcb9

Analogous Colors of #b953fc

#b953fc #fc53eb #6553fc

Monochromatic Colors of #b953fc

#b953fc

Complementary Color

#b953fc #96fc53

#b953fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b953fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b953fc Color CSS Codes

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

#b953fc Text Font Color

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

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


#b953fc Background Color

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

This div background color is #b953fc


#b953fc Border Color

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

This div border color is #b953fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b953fc

Related Colors


Comments

No comments written yet.

Please login to write comment.