Color Hex Logo

#b834da Color Hex

#B834DA
(184,52,218)
0 Favorites   0 Comments

Color spaces of #b834da

RGB 18452218
HSL0.800.690.53
HSV288°76°85°
CMYK 0.160.760.00   0.15
XYZ33.650017.708367.9742
Yxy17.70830.28200.1484
Hunter Lab42.081269.0943-66.3148
CIE-Lab49.140472.9365-58.6215

#b834da color RGB value is (184,52,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110100 11011010
Octal 270 64 332
Decimal 184 52 218
Hex B8 34 DA

RGB Percentages of Color #b834da

%40.53
%11.45
%48.02

CMYK Percentages of Color #b834da

%16
%76
%0
%15

Triadic Colors of #b834da

#b834da #dab834 #34dab8

Analogous Colors of #b834da

#b834da #da34a9 #6534da

Monochromatic Colors of #b834da

#b834da

Complementary Color

#b834da #56da34

#b834da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b834da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b834da Color CSS Codes

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

#b834da Text Font Color

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

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


#b834da Background Color

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

This div background color is #b834da


#b834da Border Color

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

This div border color is #b834da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b834da


Comments

No comments written yet.

Please login to write comment.