Color Hex Logo

#b834ee Color Hex

#B834EE
(184,52,238)
0 Favorites   0 Comments

Color spaces of #b834ee

RGB 18452238
HSL0.780.850.57
HSV283°78°93°
CMYK 0.230.780.00   0.07
XYZ36.427818.819482.6015
Yxy18.81940.26430.1365
Hunter Lab43.381373.9712-82.5259
CIE-Lab50.475276.6596-67.7936

#b834ee color RGB value is (184,52,238).

#b834ee hex color red value is 184, green value is 52 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b834ee hue: 0.78 , saturation: 0.85 and the lightness value of b834ee is 0.57.

The process color (four color CMYK) of #b834ee color hex is 0.23, 0.78, 0.00, 0.07. Web safe color of #b834ee is #cc33ff. Color #b834ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110100 11101110
Octal 270 64 356
Decimal 184 52 238
Hex B8 34 EE

RGB Percentages of Color #b834ee

%38.82
%10.97
%50.21

CMYK Percentages of Color #b834ee

%23
%78
%0
%7

Triadic Colors of #b834ee

#b834ee #eeb834 #34eeb8

Analogous Colors of #b834ee

#b834ee #ee34c7 #5b34ee

Monochromatic Colors of #b834ee

#b834ee

Complementary Color

#b834ee #6aee34

#b834ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b834ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b834ee Color CSS Codes

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

#b834ee Text Font Color

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

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


#b834ee Background Color

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

This div background color is #b834ee


#b834ee Border Color

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

This div border color is #b834ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b834ee


Comments

No comments written yet.

Please login to write comment.