Color Hex Logo

#b582ce Color Hex

#B582CE
(181,130,206)
0 Favorites   0 Comments

Color spaces of #b582ce

RGB 181130206
HSL0.780.440.66
HSV280°37°81°
CMYK 0.120.370.00   0.19
XYZ38.179330.245362.2182
Yxy30.24530.29220.2315
Hunter Lab54.995727.6763-28.5794
CIE-Lab61.865333.2946-31.7142

#b582ce color RGB value is (181,130,206).

#b582ce hex color red value is 181, green value is 130 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b582ce hue: 0.78 , saturation: 0.44 and the lightness value of b582ce is 0.66.

The process color (four color CMYK) of #b582ce color hex is 0.12, 0.37, 0.00, 0.19. Web safe color of #b582ce is #cc99cc. Color #b582ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000010 11001110
Octal 265 202 316
Decimal 181 130 206
Hex B5 82 CE

RGB Percentages of Color #b582ce

%35.01
%25.15
%39.85

CMYK Percentages of Color #b582ce

%12
%37
%0
%19

Triadic Colors of #b582ce

#b582ce #ceb582 #82ceb5

Analogous Colors of #b582ce

#b582ce #ce82c1 #8f82ce

Monochromatic Colors of #b582ce

#b582ce

Complementary Color

#b582ce #9bce82

#b582ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b582ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b582ce Color CSS Codes

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

#b582ce Text Font Color

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

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


#b582ce Background Color

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

This div background color is #b582ce


#b582ce Border Color

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

This div border color is #b582ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b582ce


Comments

No comments written yet.

Please login to write comment.