Color Hex Logo

#b831cd Color Hex

#B831CD
(184,49,205)
0 Favorites   0 Comments

Color spaces of #b831cd

RGB 18449205
HSL0.810.610.50
HSV292°76°80°
CMYK 0.100.760.00   0.20
XYZ31.884916.794859.3188
Yxy16.79480.29520.1555
Hunter Lab40.981567.1612-57.1326
CIE-Lab48.000471.5540-53.0000

#b831cd color RGB value is (184,49,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110001 11001101
Octal 270 61 315
Decimal 184 49 205
Hex B8 31 CD

RGB Percentages of Color #b831cd

%42.01
%11.19
%46.80

CMYK Percentages of Color #b831cd

%10
%76
%0
%20

Triadic Colors of #b831cd

#b831cd #cdb831 #31cdb8

Analogous Colors of #b831cd

#b831cd #cd3194 #6a31cd

Monochromatic Colors of #b831cd

#b831cd

Complementary Color

#b831cd #46cd31

#b831cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b831cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b831cd Color CSS Codes

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

#b831cd Text Font Color

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

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


#b831cd Background Color

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

This div background color is #b831cd


#b831cd Border Color

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

This div border color is #b831cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b831cd


Comments

No comments written yet.

Please login to write comment.