Color Hex Logo

#b573ee Color Hex

#B573EE
(181,115,238)
0 Favorites   0 Comments

Color spaces of #b573ee

RGB 181115238
HSL0.760.780.69
HSV272°52°93°
CMYK 0.240.520.00   0.07
XYZ40.619428.258384.2024
Yxy28.25830.26530.1846
Hunter Lab53.158543.3676-56.7036
CIE-Lab60.121448.5091-52.3332

#b573ee color RGB value is (181,115,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110011 11101110
Octal 265 163 356
Decimal 181 115 238
Hex B5 73 EE

RGB Percentages of Color #b573ee

%33.90
%21.54
%44.57

CMYK Percentages of Color #b573ee

%24
%52
%0
%7

Triadic Colors of #b573ee

#b573ee #eeb573 #73eeb5

Analogous Colors of #b573ee

#b573ee #ee73ea #7873ee

Monochromatic Colors of #b573ee

#b573ee

Complementary Color

#b573ee #acee73

#b573ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b573ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b573ee Color CSS Codes

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

#b573ee Text Font Color

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

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


#b573ee Background Color

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

This div background color is #b573ee


#b573ee Border Color

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

This div border color is #b573ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b573ee


Comments

No comments written yet.

Please login to write comment.