Color Hex Logo

#b370dc Color Hex

#B370DC
(179,112,220)
0 Favorites   0 Comments

Color spaces of #b370dc

RGB 179112220
HSL0.770.610.65
HSV277°49°86°
CMYK 0.190.490.00   0.14
XYZ37.302826.339470.8281
Yxy26.33940.27740.1959
Hunter Lab51.321939.9275-45.8993
CIE-Lab58.357845.5680-45.0889

#b370dc color RGB value is (179,112,220).

#b370dc hex color red value is 179, green value is 112 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b370dc hue: 0.77 , saturation: 0.61 and the lightness value of b370dc is 0.65.

The process color (four color CMYK) of #b370dc color hex is 0.19, 0.49, 0.00, 0.14. Web safe color of #b370dc is #cc66cc. Color #b370dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110000 11011100
Octal 263 160 334
Decimal 179 112 220
Hex B3 70 DC

RGB Percentages of Color #b370dc

%35.03
%21.92
%43.05

CMYK Percentages of Color #b370dc

%19
%49
%0
%14

Triadic Colors of #b370dc

#b370dc #dcb370 #70dcb3

Analogous Colors of #b370dc

#b370dc #dc70cf #7d70dc

Monochromatic Colors of #b370dc

#b370dc

Complementary Color

#b370dc #99dc70

#b370dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b370dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b370dc Color CSS Codes

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

#b370dc Text Font Color

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

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


#b370dc Background Color

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

This div background color is #b370dc


#b370dc Border Color

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

This div border color is #b370dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b370dc


Comments

No comments written yet.

Please login to write comment.