Color Hex Logo

#b384ca Color Hex

#B384CA
(179,132,202)
0 Favorites   0 Comments

Color spaces of #b384ca

RGB 179132202
HSL0.780.400.65
HSV280°35°79°
CMYK 0.110.350.00   0.21
XYZ37.502330.350559.7588
Yxy30.35050.29390.2378
Hunter Lab55.091325.1006-25.7493
CIE-Lab61.955530.7123-29.3425

#b384ca color RGB value is (179,132,202).

#b384ca hex color red value is 179, green value is 132 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b384ca hue: 0.78 , saturation: 0.40 and the lightness value of b384ca is 0.65.

The process color (four color CMYK) of #b384ca color hex is 0.11, 0.35, 0.00, 0.21. Web safe color of #b384ca is #cc99cc. Color #b384ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000100 11001010
Octal 263 204 312
Decimal 179 132 202
Hex B3 84 CA

RGB Percentages of Color #b384ca

%34.89
%25.73
%39.38

CMYK Percentages of Color #b384ca

%11
%35
%0
%21

Triadic Colors of #b384ca

#b384ca #cab384 #84cab3

Analogous Colors of #b384ca

#b384ca #ca84be #9084ca

Monochromatic Colors of #b384ca

#b384ca

Complementary Color

#b384ca #9bca84

#b384ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b384ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b384ca Color CSS Codes

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

#b384ca Text Font Color

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

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


#b384ca Background Color

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

This div background color is #b384ca


#b384ca Border Color

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

This div border color is #b384ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b384ca


Comments

No comments written yet.

Please login to write comment.