color codes Logo

#b84ceb color codes

#B84CEB
(184,76,235)
0 Favorites   0 Comments

Color spaces of #b84ceb

RGB 18476235
HSL0.780.800.61
HSV281°68°92°
CMYK 0.220.680.00   0.08
XYZ37.347021.357480.7512
Yxy21.35740.26780.1531
Hunter Lab46.214163.3767-71.2493
CIE-Lab53.338467.3477-61.4847

#b84ceb color RGB value is (184,76,235).

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

The process color (four color CMYK) of #b84ceb color code is 0.22, 0.68, 0.00, 0.08. Web safe color of #b84ceb is #cc33ff. Color #b84ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001100 11101011
Octal 270 114 353
Decimal 184 76 235
Hex B8 4C EB

RGB Percentages of Color #b84ceb

%37.17
%15.35
%47.47

CMYK Percentages of Color #b84ceb

%22
%68
%0
%8

Triadic Colors of #b84ceb

#b84ceb #ebb84c #4cebb8

Analogous Colors of #b84ceb

#b84ceb #eb4ccf #694ceb

Monochromatic Colors of #b84ceb

#b84ceb

Complementary Color

#b84ceb #7feb4c

#b84ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84ceb Color CSS Codes

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

#b84ceb Text Font Color

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

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


#b84ceb Background Color

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

This div background color is #b84ceb


#b84ceb Border Color

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

This div border color is #b84ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84ceb


Comments

No comments written yet.

Please login to write comment.