Color Hex Logo

#b370bc Color Hex

#B370BC
(179,112,188)
0 Favorites   0 Comments

Color spaces of #b370bc

RGB 179112188
HSL0.810.360.59
HSV293°40°74°
CMYK 0.050.400.00   0.26
XYZ33.461724.802950.6008
Yxy24.80290.30740.2278
Hunter Lab49.802532.7776-25.3786
CIE-Lab56.882938.9027-29.2557

#b370bc color RGB value is (179,112,188).

#b370bc hex color red value is 179, green value is 112 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b370bc hue: 0.81 , saturation: 0.36 and the lightness value of b370bc is 0.59.

The process color (four color CMYK) of #b370bc color hex is 0.05, 0.40, 0.00, 0.26. Web safe color of #b370bc is #cc66cc. Color #b370bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110000 10111100
Octal 263 160 274
Decimal 179 112 188
Hex B3 70 BC

RGB Percentages of Color #b370bc

%37.37
%23.38
%39.25

CMYK Percentages of Color #b370bc

%5
%40
%0
%26

Triadic Colors of #b370bc

#b370bc #bcb370 #70bcb3

Analogous Colors of #b370bc

#b370bc #bc709f #8d70bc

Monochromatic Colors of #b370bc

#b370bc

Complementary Color

#b370bc #79bc70

#b370bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b370bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b370bc Color CSS Codes

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

#b370bc Text Font Color

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

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


#b370bc Background Color

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

This div background color is #b370bc


#b370bc Border Color

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

This div border color is #b370bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,112,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b370bc


Comments

No comments written yet.

Please login to write comment.