Color Hex Logo

#b371cf Color Hex

#B371CF
(179,113,207)
0 Favorites   0 Comments

Color spaces of #b371cf

RGB 179113207
HSL0.780.490.63
HSV282°45°81°
CMYK 0.140.450.00   0.19
XYZ35.758025.899062.1458
Yxy25.89900.28880.2092
Hunter Lab50.891136.3616-36.7785
CIE-Lab57.941142.2396-38.4157

#b371cf color RGB value is (179,113,207).

#b371cf hex color red value is 179, green value is 113 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b371cf hue: 0.78 , saturation: 0.49 and the lightness value of b371cf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110001 11001111
Octal 263 161 317
Decimal 179 113 207
Hex B3 71 CF

RGB Percentages of Color #b371cf

%35.87
%22.65
%41.48

CMYK Percentages of Color #b371cf

%14
%45
%0
%19

Triadic Colors of #b371cf

#b371cf #cfb371 #71cfb3

Analogous Colors of #b371cf

#b371cf #cf71bc #8471cf

Monochromatic Colors of #b371cf

#b371cf

Complementary Color

#b371cf #8dcf71

#b371cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b371cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b371cf Color CSS Codes

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

#b371cf Text Font Color

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

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


#b371cf Background Color

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

This div background color is #b371cf


#b371cf Border Color

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

This div border color is #b371cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b371cf


Comments

No comments written yet.

Please login to write comment.