Color Hex Logo

#b834de Color Hex

#B834DE
(184,52,222)
0 Favorites   0 Comments

Color spaces of #b834de

RGB 18452222
HSL0.800.720.54
HSV287°77°87°
CMYK 0.170.770.00   0.13
XYZ34.180017.920370.7647
Yxy17.92030.27820.1459
Hunter Lab42.332470.0428-69.4792
CIE-Lab49.399373.6678-60.4829

#b834de color RGB value is (184,52,222).

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

The process color (four color CMYK) of #b834de color hex is 0.17, 0.77, 0.00, 0.13. Web safe color of #b834de is #cc33cc. Color #b834de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110100 11011110
Octal 270 64 336
Decimal 184 52 222
Hex B8 34 DE

RGB Percentages of Color #b834de

%40.17
%11.35
%48.47

CMYK Percentages of Color #b834de

%17
%77
%0
%13

Triadic Colors of #b834de

#b834de #deb834 #34deb8

Analogous Colors of #b834de

#b834de #de34af #6334de

Monochromatic Colors of #b834de

#b834de

Complementary Color

#b834de #5ade34

#b834de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b834de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b834de Color CSS Codes

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

#b834de Text Font Color

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

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


#b834de Background Color

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

This div background color is #b834de


#b834de Border Color

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

This div border color is #b834de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b834de


Comments

No comments written yet.

Please login to write comment.