Color Hex Logo

#b913cd Color Hex

#B913CD
(185,19,205)
0 Favorites   0 Comments

Color spaces of #b913cd

RGB 18519205
HSL0.820.830.44
HSV294°91°80°
CMYK 0.100.910.00   0.20
XYZ31.259915.187859.0416
Yxy15.18780.29630.1440
Hunter Lab38.971574.9785-62.5439
CIE-Lab45.890478.3642-56.3833

#b913cd color RGB value is (185,19,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010011 11001101
Octal 271 23 315
Decimal 185 19 205
Hex B9 13 CD

RGB Percentages of Color #b913cd

%45.23
%4.65
%50.12

CMYK Percentages of Color #b913cd

%10
%91
%0
%20

Triadic Colors of #b913cd

#b913cd #cdb913 #13cdb9

Analogous Colors of #b913cd

#b913cd #cd1384 #5c13cd

Monochromatic Colors of #b913cd

#b913cd

Complementary Color

#b913cd #27cd13

#b913cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b913cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b913cd Color CSS Codes

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

#b913cd Text Font Color

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

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


#b913cd Background Color

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

This div background color is #b913cd


#b913cd Border Color

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

This div border color is #b913cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b913cd


Comments

No comments written yet.

Please login to write comment.