Color Hex Logo

#b572ee Color Hex

#B572EE
(181,114,238)
0 Favorites   0 Comments

Color spaces of #b572ee

RGB 181114238
HSL0.760.780.69
HSV272°52°93°
CMYK 0.240.520.00   0.07
XYZ40.506028.031484.1646
Yxy28.03140.26530.1836
Hunter Lab52.944743.9105-57.1903
CIE-Lab59.917149.0389-52.6579

#b572ee color RGB value is (181,114,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110010 11101110
Octal 265 162 356
Decimal 181 114 238
Hex B5 72 EE

RGB Percentages of Color #b572ee

%33.96
%21.39
%44.65

CMYK Percentages of Color #b572ee

%24
%52
%0
%7

Triadic Colors of #b572ee

#b572ee #eeb572 #72eeb5

Analogous Colors of #b572ee

#b572ee #ee72e9 #7772ee

Monochromatic Colors of #b572ee

#b572ee

Complementary Color

#b572ee #abee72

#b572ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b572ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b572ee Color CSS Codes

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

#b572ee Text Font Color

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

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


#b572ee Background Color

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

This div background color is #b572ee


#b572ee Border Color

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

This div border color is #b572ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b572ee


Comments

No comments written yet.

Please login to write comment.