Color Hex Logo

#b911cd Color Hex

#B911CD
(185,17,205)
0 Favorites   0 Comments

Color spaces of #b911cd

RGB 18517205
HSL0.820.850.44
HSV294°92°80°
CMYK 0.100.920.00   0.20
XYZ31.227515.123059.0308
Yxy15.12300.29630.1435
Hunter Lab38.888375.2819-62.7779
CIE-Lab45.802278.6248-56.5253

#b911cd color RGB value is (185,17,205).

#b911cd hex color red value is 185, green value is 17 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b911cd hue: 0.82 , saturation: 0.85 and the lightness value of b911cd is 0.44.

The process color (four color CMYK) of #b911cd color hex is 0.10, 0.92, 0.00, 0.20. Web safe color of #b911cd is #cc00cc. Color #b911cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010001 11001101
Octal 271 21 315
Decimal 185 17 205
Hex B9 11 CD

RGB Percentages of Color #b911cd

%45.45
%4.18
%50.37

CMYK Percentages of Color #b911cd

%10
%92
%0
%20

Triadic Colors of #b911cd

#b911cd #cdb911 #11cdb9

Analogous Colors of #b911cd

#b911cd #cd1183 #5b11cd

Monochromatic Colors of #b911cd

#b911cd

Complementary Color

#b911cd #25cd11

#b911cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b911cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b911cd Color CSS Codes

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

#b911cd Text Font Color

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

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


#b911cd Background Color

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

This div background color is #b911cd


#b911cd Border Color

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

This div border color is #b911cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b911cd


Comments

No comments written yet.

Please login to write comment.