Color Hex Logo

#b914cd Color Hex

#B914CD
(185,20,205)
0 Favorites   0 Comments

Color spaces of #b914cd

RGB 18520205
HSL0.820.820.44
HSV294°90°80°
CMYK 0.100.900.00   0.20
XYZ31.277215.222459.0473
Yxy15.22240.29630.1442
Hunter Lab39.015974.8172-62.4193
CIE-Lab45.937378.2254-56.3075

#b914cd color RGB value is (185,20,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010100 11001101
Octal 271 24 315
Decimal 185 20 205
Hex B9 14 CD

RGB Percentages of Color #b914cd

%45.12
%4.88
%50.00

CMYK Percentages of Color #b914cd

%10
%90
%0
%20

Triadic Colors of #b914cd

#b914cd #cdb914 #14cdb9

Analogous Colors of #b914cd

#b914cd #cd1485 #5c14cd

Monochromatic Colors of #b914cd

#b914cd

Complementary Color

#b914cd #28cd14

#b914cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b914cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b914cd Color CSS Codes

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

#b914cd Text Font Color

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

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


#b914cd Background Color

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

This div background color is #b914cd


#b914cd Border Color

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

This div border color is #b914cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b914cd


Comments

No comments written yet.

Please login to write comment.