Color Hex Logo

#b821cd Color Hex

#B821CD
(184,33,205)
0 Favorites   0 Comments

Color spaces of #b821cd

RGB 18433205
HSL0.810.720.47
HSV293°84°80°
CMYK 0.100.840.00   0.20
XYZ31.330515.685859.1340
Yxy15.68580.29520.1478
Hunter Lab39.605371.8964-60.8012
CIE-Lab46.559575.7394-55.3145

#b821cd color RGB value is (184,33,205).

#b821cd hex color red value is 184, green value is 33 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b821cd hue: 0.81 , saturation: 0.72 and the lightness value of b821cd is 0.47.

The process color (four color CMYK) of #b821cd color hex is 0.10, 0.84, 0.00, 0.20. Web safe color of #b821cd is #cc33cc. Color #b821cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100001 11001101
Octal 270 41 315
Decimal 184 33 205
Hex B8 21 CD

RGB Percentages of Color #b821cd

%43.60
%7.82
%48.58

CMYK Percentages of Color #b821cd

%10
%84
%0
%20

Triadic Colors of #b821cd

#b821cd #cdb821 #21cdb8

Analogous Colors of #b821cd

#b821cd #cd218c #6221cd

Monochromatic Colors of #b821cd

#b821cd

Complementary Color

#b821cd #36cd21

#b821cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b821cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b821cd Color CSS Codes

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

#b821cd Text Font Color

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

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


#b821cd Background Color

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

This div background color is #b821cd


#b821cd Border Color

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

This div border color is #b821cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,33,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b821cd


Comments

No comments written yet.

Please login to write comment.