Color Hex Logo

#b827ce Color Hex

#B827CE
(184,39,206)
0 Favorites   0 Comments

Color spaces of #b827ce

RGB 18439206
HSL0.810.680.48
HSV292°81°81°
CMYK 0.110.810.00   0.19
XYZ31.633316.097659.8324
Yxy16.09760.29410.1497
Hunter Lab40.121870.5218-60.3320
CIE-Lab47.102374.5091-55.0186

#b827ce color RGB value is (184,39,206).

#b827ce hex color red value is 184, green value is 39 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b827ce hue: 0.81 , saturation: 0.68 and the lightness value of b827ce is 0.48.

The process color (four color CMYK) of #b827ce color hex is 0.11, 0.81, 0.00, 0.19. Web safe color of #b827ce is #cc33cc. Color #b827ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100111 11001110
Octal 270 47 316
Decimal 184 39 206
Hex B8 27 CE

RGB Percentages of Color #b827ce

%42.89
%9.09
%48.02

CMYK Percentages of Color #b827ce

%11
%81
%0
%19

Triadic Colors of #b827ce

#b827ce #ceb827 #27ceb8

Analogous Colors of #b827ce

#b827ce #ce2791 #6527ce

Monochromatic Colors of #b827ce

#b827ce

Complementary Color

#b827ce #3dce27

#b827ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b827ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b827ce Color CSS Codes

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

#b827ce Text Font Color

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

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


#b827ce Background Color

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

This div background color is #b827ce


#b827ce Border Color

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

This div border color is #b827ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b827ce


Comments

No comments written yet.

Please login to write comment.