Color Hex Logo

#b830ad Color Hex

#B830AD
(184,48,173)
0 Favorites   0 Comments

Color spaces of #b830ad

RGB 18448173
HSL0.850.590.45
HSV305°74°72°
CMYK 0.000.740.06   0.28
XYZ28.366915.321440.9974
Yxy15.32140.33500.1809
Hunter Lab39.142660.8608-34.6998
CIE-Lab46.071366.5908-37.4010

#b830ad color RGB value is (184,48,173).

#b830ad hex color red value is 184, green value is 48 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b830ad hue: 0.85 , saturation: 0.59 and the lightness value of b830ad is 0.45.

The process color (four color CMYK) of #b830ad color hex is 0.00, 0.74, 0.06, 0.28. Web safe color of #b830ad is #cc3399. Color #b830ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110000 10101101
Octal 270 60 255
Decimal 184 48 173
Hex B8 30 AD

RGB Percentages of Color #b830ad

%45.43
%11.85
%42.72

CMYK Percentages of Color #b830ad

%0
%74
%6
%28

Triadic Colors of #b830ad

#b830ad #adb830 #30adb8

Analogous Colors of #b830ad

#b830ad #b83069 #7f30b8

Monochromatic Colors of #b830ad

#b830ad

Complementary Color

#b830ad #30b83b

#b830ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b830ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b830ad Color CSS Codes

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

#b830ad Text Font Color

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

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


#b830ad Background Color

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

This div background color is #b830ad


#b830ad Border Color

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

This div border color is #b830ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,48,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 #b830ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b830ad


Comments

No comments written yet.

Please login to write comment.