Color Hex Logo

#b734ad Color Hex

#B734AD
(183,52,173)
0 Favorites   0 Comments

Color spaces of #b734ad

RGB 18352173
HSL0.850.560.46
HSV305°72°72°
CMYK 0.000.720.05   0.28
XYZ28.299315.540441.0432
Yxy15.54040.33340.1831
Hunter Lab39.421359.1521-34.1344
CIE-Lab46.365665.0565-36.9473

#b734ad color RGB value is (183,52,173).

#b734ad hex color red value is 183, green value is 52 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b734ad hue: 0.85 , saturation: 0.56 and the lightness value of b734ad is 0.46.

The process color (four color CMYK) of #b734ad color hex is 0.00, 0.72, 0.05, 0.28. Web safe color of #b734ad is #cc3399. Color #b734ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110100 10101101
Octal 267 64 255
Decimal 183 52 173
Hex B7 34 AD

RGB Percentages of Color #b734ad

%44.85
%12.75
%42.40

CMYK Percentages of Color #b734ad

%0
%72
%5
%28

Triadic Colors of #b734ad

#b734ad #adb734 #34adb7

Analogous Colors of #b734ad

#b734ad #b7346c #8034b7

Monochromatic Colors of #b734ad

#b734ad

Complementary Color

#b734ad #34b73e

#b734ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b734ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b734ad Color CSS Codes

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

#b734ad Text Font Color

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

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


#b734ad Background Color

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

This div background color is #b734ad


#b734ad Border Color

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

This div border color is #b734ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b734ad


Comments

No comments written yet.

Please login to write comment.