Color Hex Logo

#b879ca Color Hex

#B879CA
(184,121,202)
0 Favorites   0 Comments

Color spaces of #b879ca

RGB 184121202
HSL0.800.430.63
HSV287°40°79°
CMYK 0.090.400.00   0.21
XYZ37.265228.129459.3425
Yxy28.12940.29870.2255
Hunter Lab53.037232.6034-29.2127
CIE-Lab60.005538.3430-32.3234

#b879ca color RGB value is (184,121,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111001 11001010
Octal 270 171 312
Decimal 184 121 202
Hex B8 79 CA

RGB Percentages of Color #b879ca

%36.29
%23.87
%39.84

CMYK Percentages of Color #b879ca

%9
%40
%0
%21

Triadic Colors of #b879ca

#b879ca #cab879 #79cab8

Analogous Colors of #b879ca

#b879ca #ca79b4 #9079ca

Monochromatic Colors of #b879ca

#b879ca

Complementary Color

#b879ca #8bca79

#b879ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b879ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b879ca Color CSS Codes

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

#b879ca Text Font Color

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

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


#b879ca Background Color

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

This div background color is #b879ca


#b879ca Border Color

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

This div border color is #b879ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b879ca


Comments

No comments written yet.

Please login to write comment.