Color Hex Logo

#b280dd Color Hex

#B280DD
(178,128,221)
0 Favorites   0 Comments

Color spaces of #b280dd

RGB 178128221
HSL0.760.580.68
HSV272°42°87°
CMYK 0.190.420.00   0.13
XYZ39.130430.123872.1587
Yxy30.12380.27670.2130
Hunter Lab54.885231.2127-39.5302
CIE-Lab61.760936.7829-40.2999

#b280dd color RGB value is (178,128,221).

#b280dd hex color red value is 178, green value is 128 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b280dd hue: 0.76 , saturation: 0.58 and the lightness value of b280dd is 0.68.

The process color (four color CMYK) of #b280dd color hex is 0.19, 0.42, 0.00, 0.13. Web safe color of #b280dd is #9999cc. Color #b280dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000000 11011101
Octal 262 200 335
Decimal 178 128 221
Hex B2 80 DD

RGB Percentages of Color #b280dd

%33.78
%24.29
%41.94

CMYK Percentages of Color #b280dd

%19
%42
%0
%13

Triadic Colors of #b280dd

#b280dd #ddb280 #80ddb2

Analogous Colors of #b280dd

#b280dd #dd80da #8480dd

Monochromatic Colors of #b280dd

#b280dd

Complementary Color

#b280dd #abdd80

#b280dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b280dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b280dd Color CSS Codes

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

#b280dd Text Font Color

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

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


#b280dd Background Color

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

This div background color is #b280dd


#b280dd Border Color

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

This div border color is #b280dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b280dd


Comments

No comments written yet.

Please login to write comment.