Color Hex Logo

#b595fc Color Hex

#B595FC
(181,149,252)
0 Favorites   0 Comments

Color spaces of #b595fc

RGB 181149252
HSL0.720.940.79
HSV259°41°99°
CMYK 0.280.410.00   0.01
XYZ47.374238.346997.0003
Yxy38.34690.25930.2099
Hunter Lab61.924928.1888-49.5256
CIE-Lab68.275533.1777-47.1399

#b595fc color RGB value is (181,149,252).

#b595fc hex color red value is 181, green value is 149 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b595fc hue: 0.72 , saturation: 0.94 and the lightness value of b595fc is 0.79.

The process color (four color CMYK) of #b595fc color hex is 0.28, 0.41, 0.00, 0.01. Web safe color of #b595fc is #cc99ff. Color #b595fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010101 11111100
Octal 265 225 374
Decimal 181 149 252
Hex B5 95 FC

RGB Percentages of Color #b595fc

%31.10
%25.60
%43.30

CMYK Percentages of Color #b595fc

%28
%41
%0
%1

Triadic Colors of #b595fc

#b595fc #fcb595 #95fcb5

Analogous Colors of #b595fc

#b595fc #e995fc #95a9fc

Monochromatic Colors of #b595fc

#b595fc

Complementary Color

#b595fc #dcfc95

#b595fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b595fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b595fc Color CSS Codes

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

#b595fc Text Font Color

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

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


#b595fc Background Color

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

This div background color is #b595fc


#b595fc Border Color

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

This div border color is #b595fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b595fc


Comments

No comments written yet.

Please login to write comment.