Color Hex Logo

#b379ca Color Hex

#B379CA
(179,121,202)
0 Favorites   0 Comments

Color spaces of #b379ca

RGB 179121202
HSL0.790.430.63
HSV283°40°79°
CMYK 0.110.400.00   0.21
XYZ36.088427.522759.2875
Yxy27.52270.29360.2239
Hunter Lab52.462130.9806-30.2803
CIE-Lab59.455136.8220-33.2219

#b379ca color RGB value is (179,121,202).

#b379ca hex color red value is 179, green value is 121 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b379ca hue: 0.79 , saturation: 0.43 and the lightness value of b379ca is 0.63.

The process color (four color CMYK) of #b379ca color hex is 0.11, 0.40, 0.00, 0.21. Web safe color of #b379ca is #cc66cc. Color #b379ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111001 11001010
Octal 263 171 312
Decimal 179 121 202
Hex B3 79 CA

RGB Percentages of Color #b379ca

%35.66
%24.10
%40.24

CMYK Percentages of Color #b379ca

%11
%40
%0
%21

Triadic Colors of #b379ca

#b379ca #cab379 #79cab3

Analogous Colors of #b379ca

#b379ca #ca79b9 #8b79ca

Monochromatic Colors of #b379ca

#b379ca

Complementary Color

#b379ca #90ca79

#b379ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b379ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b379ca Color CSS Codes

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

#b379ca Text Font Color

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

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


#b379ca Background Color

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

This div background color is #b379ca


#b379ca Border Color

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

This div border color is #b379ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b379ca


Comments

No comments written yet.

Please login to write comment.