Color Hex Logo

#b578fd Color Hex

#B578FD
(181,120,253)
0 Favorites   0 Comments

Color spaces of #b578fd

RGB 181120253
HSL0.740.970.73
HSV268°53°99°
CMYK 0.280.530.00   0.01
XYZ43.502130.348596.4935
Yxy30.34850.25540.1782
Hunter Lab55.089544.5482-65.2884
CIE-Lab61.953849.3175-57.7037

#b578fd color RGB value is (181,120,253).

#b578fd hex color red value is 181, green value is 120 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b578fd hue: 0.74 , saturation: 0.97 and the lightness value of b578fd is 0.73.

The process color (four color CMYK) of #b578fd color hex is 0.28, 0.53, 0.00, 0.01. Web safe color of #b578fd is #cc66ff. Color #b578fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111000 11111101
Octal 265 170 375
Decimal 181 120 253
Hex B5 78 FD

RGB Percentages of Color #b578fd

%32.67
%21.66
%45.67

CMYK Percentages of Color #b578fd

%28
%53
%0
%1

Triadic Colors of #b578fd

#b578fd #fdb578 #78fdb5

Analogous Colors of #b578fd

#b578fd #f878fd #787efd

Monochromatic Colors of #b578fd

#b578fd

Complementary Color

#b578fd #c0fd78

#b578fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b578fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b578fd Color CSS Codes

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

#b578fd Text Font Color

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

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


#b578fd Background Color

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

This div background color is #b578fd


#b578fd Border Color

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

This div border color is #b578fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b578fd

Related Colors


Comments

No comments written yet.

Please login to write comment.