Color Hex Logo

#b84bcd Color Hex

#B84BCD
(184,75,205)
0 Favorites   0 Comments

Color spaces of #b84bcd

RGB 18475205
HSL0.810.570.55
HSV290°63°80°
CMYK 0.100.630.00   0.20
XYZ33.302719.630359.7914
Yxy19.63030.29540.1741
Hunter Lab44.306156.6340-48.9980
CIE-Lab51.416661.9040-47.5427

#b84bcd color RGB value is (184,75,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001011 11001101
Octal 270 113 315
Decimal 184 75 205
Hex B8 4B CD

RGB Percentages of Color #b84bcd

%39.66
%16.16
%44.18

CMYK Percentages of Color #b84bcd

%10
%63
%0
%20

Triadic Colors of #b84bcd

#b84bcd #cdb84b #4bcdb8

Analogous Colors of #b84bcd

#b84bcd #cd4ba1 #774bcd

Monochromatic Colors of #b84bcd

#b84bcd

Complementary Color

#b84bcd #60cd4b

#b84bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84bcd Color CSS Codes

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

#b84bcd Text Font Color

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

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


#b84bcd Background Color

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

This div background color is #b84bcd


#b84bcd Border Color

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

This div border color is #b84bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84bcd


Comments

No comments written yet.

Please login to write comment.