Color Hex Logo

#b850cd Color Hex

#B850CD
(184,80,205)
0 Favorites   0 Comments

Color spaces of #b850cd

RGB 18480205
HSL0.810.560.56
HSV290°61°80°
CMYK 0.100.610.00   0.20
XYZ33.655320.335459.9089
Yxy20.33540.29550.1785
Hunter Lab45.094854.3029-47.2010
CIE-Lab52.214359.7053-46.2746

#b850cd color RGB value is (184,80,205).

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

The process color (four color CMYK) of #b850cd color hex is 0.10, 0.61, 0.00, 0.20. Web safe color of #b850cd is #cc66cc. Color #b850cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010000 11001101
Octal 270 120 315
Decimal 184 80 205
Hex B8 50 CD

RGB Percentages of Color #b850cd

%39.23
%17.06
%43.71

CMYK Percentages of Color #b850cd

%10
%61
%0
%20

Triadic Colors of #b850cd

#b850cd #cdb850 #50cdb8

Analogous Colors of #b850cd

#b850cd #cd50a4 #7a50cd

Monochromatic Colors of #b850cd

#b850cd

Complementary Color

#b850cd #65cd50

#b850cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b850cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b850cd Color CSS Codes

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

#b850cd Text Font Color

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

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


#b850cd Background Color

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

This div background color is #b850cd


#b850cd Border Color

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

This div border color is #b850cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b850cd


Comments

No comments written yet.

Please login to write comment.