Color Hex Logo

#b921cd Color Hex

#B921CD
(185,33,205)
0 Favorites   0 Comments

Color spaces of #b921cd

RGB 18533205
HSL0.810.720.47
HSV293°84°80°
CMYK 0.100.840.00   0.20
XYZ31.570915.809859.1452
Yxy15.80980.29640.1484
Hunter Lab39.761572.1474-60.3607
CIE-Lab46.724075.9118-55.0413

#b921cd color RGB value is (185,33,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00100001 11001101
Octal 271 41 315
Decimal 185 33 205
Hex B9 21 CD

RGB Percentages of Color #b921cd

%43.74
%7.80
%48.46

CMYK Percentages of Color #b921cd

%10
%84
%0
%20

Triadic Colors of #b921cd

#b921cd #cdb921 #21cdb9

Analogous Colors of #b921cd

#b921cd #cd218b #6321cd

Monochromatic Colors of #b921cd

#b921cd

Complementary Color

#b921cd #35cd21

#b921cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b921cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b921cd Color CSS Codes

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

#b921cd Text Font Color

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

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


#b921cd Background Color

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

This div background color is #b921cd


#b921cd Border Color

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

This div border color is #b921cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b921cd


Comments

No comments written yet.

Please login to write comment.