Color Hex Logo

#b834dc Color Hex

#B834DC
(184,52,220)
0 Favorites   0 Comments

Color spaces of #b834dc

RGB 18452220
HSL0.800.710.53
HSV287°76°86°
CMYK 0.160.760.00   0.14
XYZ33.913417.813669.3611
Yxy17.81360.28010.1471
Hunter Lab42.206269.5671-67.8922
CIE-Lab49.269273.3016-59.5541

#b834dc color RGB value is (184,52,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110100 11011100
Octal 270 64 334
Decimal 184 52 220
Hex B8 34 DC

RGB Percentages of Color #b834dc

%40.35
%11.40
%48.25

CMYK Percentages of Color #b834dc

%16
%76
%0
%14

Triadic Colors of #b834dc

#b834dc #dcb834 #34dcb8

Analogous Colors of #b834dc

#b834dc #dc34ac #6434dc

Monochromatic Colors of #b834dc

#b834dc

Complementary Color

#b834dc #58dc34

#b834dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b834dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b834dc Color CSS Codes

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

#b834dc Text Font Color

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

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


#b834dc Background Color

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

This div background color is #b834dc


#b834dc Border Color

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

This div border color is #b834dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b834dc


Comments

No comments written yet.

Please login to write comment.