Color Hex Logo

#b574fb Color Hex

#B574FB
(181,116,251)
0 Favorites   0 Comments

Color spaces of #b574fb

RGB 181116251
HSL0.750.940.72
HSV269°54°98°
CMYK 0.280.540.00   0.02
XYZ42.714029.279694.6670
Yxy29.27960.25630.1757
Hunter Lab54.110646.2112-65.8509
CIE-Lab61.027650.9685-58.0807

#b574fb color RGB value is (181,116,251).

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

The process color (four color CMYK) of #b574fb color hex is 0.28, 0.54, 0.00, 0.02. Web safe color of #b574fb is #cc66ff. Color #b574fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110100 11111011
Octal 265 164 373
Decimal 181 116 251
Hex B5 74 FB

RGB Percentages of Color #b574fb

%33.03
%21.17
%45.80

CMYK Percentages of Color #b574fb

%28
%54
%0
%2

Triadic Colors of #b574fb

#b574fb #fbb574 #74fbb5

Analogous Colors of #b574fb

#b574fb #f974fb #7477fb

Monochromatic Colors of #b574fb

#b574fb

Complementary Color

#b574fb #bafb74

#b574fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b574fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b574fb Color CSS Codes

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

#b574fb Text Font Color

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

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


#b574fb Background Color

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

This div background color is #b574fb


#b574fb Border Color

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

This div border color is #b574fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,116,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b574fb


Comments

No comments written yet.

Please login to write comment.