Color Hex Logo

#b836dc Color Hex

#B836DC
(184,54,220)
0 Favorites   0 Comments

Color spaces of #b836dc

RGB 18454220
HSL0.800.700.54
HSV287°75°86°
CMYK 0.160.750.00   0.14
XYZ34.004617.996069.3915
Yxy17.99600.28010.1482
Hunter Lab42.421768.8450-67.2887
CIE-Lab49.491372.6622-59.1964

#b836dc color RGB value is (184,54,220).

#b836dc hex color red value is 184, green value is 54 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b836dc hue: 0.80 , saturation: 0.70 and the lightness value of b836dc is 0.54.

The process color (four color CMYK) of #b836dc color hex is 0.16, 0.75, 0.00, 0.14. Web safe color of #b836dc is #cc33cc. Color #b836dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110110 11011100
Octal 270 66 334
Decimal 184 54 220
Hex B8 36 DC

RGB Percentages of Color #b836dc

%40.17
%11.79
%48.03

CMYK Percentages of Color #b836dc

%16
%75
%0
%14

Triadic Colors of #b836dc

#b836dc #dcb836 #36dcb8

Analogous Colors of #b836dc

#b836dc #dc36ad #6536dc

Monochromatic Colors of #b836dc

#b836dc

Complementary Color

#b836dc #5adc36

#b836dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b836dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b836dc Color CSS Codes

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

#b836dc Text Font Color

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

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


#b836dc Background Color

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

This div background color is #b836dc


#b836dc Border Color

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

This div border color is #b836dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b836dc


Comments

No comments written yet.

Please login to write comment.