Color Hex Logo

#b382ca Color Hex

#B382CA
(179,130,202)
0 Favorites   0 Comments

Color spaces of #b382ca

RGB 179130202
HSL0.780.400.65
HSV281°36°79°
CMYK 0.110.360.00   0.21
XYZ37.233729.813259.6692
Yxy29.81320.29380.2353
Hunter Lab54.601526.1697-26.5719
CIE-Lab61.492731.8293-30.0585

#b382ca color RGB value is (179,130,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000010 11001010
Octal 263 202 312
Decimal 179 130 202
Hex B3 82 CA

RGB Percentages of Color #b382ca

%35.03
%25.44
%39.53

CMYK Percentages of Color #b382ca

%11
%36
%0
%21

Triadic Colors of #b382ca

#b382ca #cab382 #82cab3

Analogous Colors of #b382ca

#b382ca #ca82bd #8f82ca

Monochromatic Colors of #b382ca

#b382ca

Complementary Color

#b382ca #99ca82

#b382ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b382ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b382ca Color CSS Codes

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

#b382ca Text Font Color

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

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


#b382ca Background Color

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

This div background color is #b382ca


#b382ca Border Color

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

This div border color is #b382ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b382ca


Comments

No comments written yet.

Please login to write comment.