Color Hex Logo

#b834e3 Color Hex

#B834E3
(184,52,227)
0 Favorites   0 Comments

Color spaces of #b834e3

RGB 18452227
HSL0.790.760.55
HSV285°77°89°
CMYK 0.190.770.00   0.11
XYZ34.860318.192474.3472
Yxy18.19240.27360.1428
Hunter Lab42.652571.2476-73.4910
CIE-Lab49.728674.5917-62.7905

#b834e3 color RGB value is (184,52,227).

#b834e3 hex color red value is 184, green value is 52 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #b834e3 hue: 0.79 , saturation: 0.76 and the lightness value of b834e3 is 0.55.

The process color (four color CMYK) of #b834e3 color hex is 0.19, 0.77, 0.00, 0.11. Web safe color of #b834e3 is #cc33cc. Color #b834e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110100 11100011
Octal 270 64 343
Decimal 184 52 227
Hex B8 34 E3

RGB Percentages of Color #b834e3

%39.74
%11.23
%49.03

CMYK Percentages of Color #b834e3

%19
%77
%0
%11

Triadic Colors of #b834e3

#b834e3 #e3b834 #34e3b8

Analogous Colors of #b834e3

#b834e3 #e334b7 #6034e3

Monochromatic Colors of #b834e3

#b834e3

Complementary Color

#b834e3 #5fe334

#b834e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b834e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b834e3 Color CSS Codes

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

#b834e3 Text Font Color

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

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


#b834e3 Background Color

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

This div background color is #b834e3


#b834e3 Border Color

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

This div border color is #b834e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b834e3


Comments

No comments written yet.

Please login to write comment.