Color Hex Logo

#b84ced Color Hex

#B84CED
(184,76,237)
0 Favorites   0 Comments

Color spaces of #b84ced

RGB 18476237
HSL0.780.820.61
HSV280°68°93°
CMYK 0.220.680.00   0.07
XYZ37.637721.473782.2819
Yxy21.47370.26620.1519
Hunter Lab46.339763.8854-72.8389
CIE-Lab53.464167.7539-62.4049

#b84ced color RGB value is (184,76,237).

#b84ced hex color red value is 184, green value is 76 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b84ced hue: 0.78 , saturation: 0.82 and the lightness value of b84ced is 0.61.

The process color (four color CMYK) of #b84ced color hex is 0.22, 0.68, 0.00, 0.07. Web safe color of #b84ced is #cc33ff. Color #b84ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001100 11101101
Octal 270 114 355
Decimal 184 76 237
Hex B8 4C ED

RGB Percentages of Color #b84ced

%37.02
%15.29
%47.69

CMYK Percentages of Color #b84ced

%22
%68
%0
%7

Triadic Colors of #b84ced

#b84ced #edb84c #4cedb8

Analogous Colors of #b84ced

#b84ced #ed4cd2 #684ced

Monochromatic Colors of #b84ced

#b84ced

Complementary Color

#b84ced #81ed4c

#b84ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84ced Color CSS Codes

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

#b84ced Text Font Color

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

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


#b84ced Background Color

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

This div background color is #b84ced


#b84ced Border Color

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

This div border color is #b84ced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,76,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b84ced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84ced


Comments

No comments written yet.

Please login to write comment.