Color Hex Logo

#b572ef Color Hex

#B572EF
(181,114,239)
0 Favorites   0 Comments

Color spaces of #b572ef

RGB 181114239
HSL0.760.800.69
HSV272°52°94°
CMYK 0.240.520.00   0.06
XYZ40.653428.090484.9407
Yxy28.09040.26450.1828
Hunter Lab53.000444.1659-57.9205
CIE-Lab59.970349.2653-53.1286

#b572ef color RGB value is (181,114,239).

#b572ef hex color red value is 181, green value is 114 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b572ef hue: 0.76 , saturation: 0.80 and the lightness value of b572ef is 0.69.

The process color (four color CMYK) of #b572ef color hex is 0.24, 0.52, 0.00, 0.06. Web safe color of #b572ef is #cc66ff. Color #b572ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110010 11101111
Octal 265 162 357
Decimal 181 114 239
Hex B5 72 EF

RGB Percentages of Color #b572ef

%33.90
%21.35
%44.76

CMYK Percentages of Color #b572ef

%24
%52
%0
%6

Triadic Colors of #b572ef

#b572ef #efb572 #72efb5

Analogous Colors of #b572ef

#b572ef #ef72eb #7772ef

Monochromatic Colors of #b572ef

#b572ef

Complementary Color

#b572ef #acef72

#b572ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b572ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b572ef Color CSS Codes

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

#b572ef Text Font Color

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

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


#b572ef Background Color

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

This div background color is #b572ef


#b572ef Border Color

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

This div border color is #b572ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b572ef


Comments

No comments written yet.

Please login to write comment.