Color Hex Logo

#b380d5 Color Hex

#B380D5
(179,128,213)
0 Favorites   0 Comments

Color spaces of #b380d5

RGB 179128213
HSL0.770.500.67
HSV276°40°84°
CMYK 0.160.400.00   0.16
XYZ38.319829.826166.6881
Yxy29.82610.28420.2212
Hunter Lab54.613329.6726-34.1695
CIE-Lab61.503935.3044-36.2202

#b380d5 color RGB value is (179,128,213).

#b380d5 hex color red value is 179, green value is 128 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #b380d5 hue: 0.77 , saturation: 0.50 and the lightness value of b380d5 is 0.67.

The process color (four color CMYK) of #b380d5 color hex is 0.16, 0.40, 0.00, 0.16. Web safe color of #b380d5 is #cc99cc. Color #b380d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000000 11010101
Octal 263 200 325
Decimal 179 128 213
Hex B3 80 D5

RGB Percentages of Color #b380d5

%34.42
%24.62
%40.96

CMYK Percentages of Color #b380d5

%16
%40
%0
%16

Triadic Colors of #b380d5

#b380d5 #d5b380 #80d5b3

Analogous Colors of #b380d5

#b380d5 #d580cd #8980d5

Monochromatic Colors of #b380d5

#b380d5

Complementary Color

#b380d5 #a2d580

#b380d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b380d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b380d5 Color CSS Codes

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

#b380d5 Text Font Color

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

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


#b380d5 Background Color

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

This div background color is #b380d5


#b380d5 Border Color

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

This div border color is #b380d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b380d5


Comments

No comments written yet.

Please login to write comment.