Color Hex Logo

#b370ad Color Hex

#B370AD
(179,112,173)
0 Favorites   0 Comments

Color spaces of #b370ad

RGB 179112173
HSL0.850.310.57
HSV305°37°70°
CMYK 0.000.370.03   0.30
XYZ31.927424.189242.5214
Yxy24.18920.32370.2452
Hunter Lab49.182529.8059-16.8322
CIE-Lab56.276736.0346-21.5732

#b370ad color RGB value is (179,112,173).

#b370ad hex color red value is 179, green value is 112 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b370ad hue: 0.85 , saturation: 0.31 and the lightness value of b370ad is 0.57.

The process color (four color CMYK) of #b370ad color hex is 0.00, 0.37, 0.03, 0.30. Web safe color of #b370ad is #cc6699. Color #b370ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110000 10101101
Octal 263 160 255
Decimal 179 112 173
Hex B3 70 AD

RGB Percentages of Color #b370ad

%38.58
%24.14
%37.28

CMYK Percentages of Color #b370ad

%0
%37
%3
%30

Triadic Colors of #b370ad

#b370ad #adb370 #70adb3

Analogous Colors of #b370ad

#b370ad #b3708c #9870b3

Monochromatic Colors of #b370ad

#b370ad

Complementary Color

#b370ad #70b376

#b370ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b370ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b370ad Color CSS Codes

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

#b370ad Text Font Color

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

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


#b370ad Background Color

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

This div background color is #b370ad


#b370ad Border Color

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

This div border color is #b370ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b370ad


Comments

No comments written yet.

Please login to write comment.