Color Hex Logo

#b880cd Color Hex

#B880CD
(184,128,205)
0 Favorites   0 Comments

Color spaces of #b880cd

RGB 184128205
HSL0.790.440.65
HSV284°38°80°
CMYK 0.100.380.00   0.20
XYZ38.505830.036561.5257
Yxy30.03650.29600.2309
Hunter Lab54.805629.5024-28.1961
CIE-Lab61.685735.1173-31.4058

#b880cd color RGB value is (184,128,205).

#b880cd hex color red value is 184, green value is 128 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b880cd hue: 0.79 , saturation: 0.44 and the lightness value of b880cd is 0.65.

The process color (four color CMYK) of #b880cd color hex is 0.10, 0.38, 0.00, 0.20. Web safe color of #b880cd is #cc99cc. Color #b880cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000000 11001101
Octal 270 200 315
Decimal 184 128 205
Hex B8 80 CD

RGB Percentages of Color #b880cd

%35.59
%24.76
%39.65

CMYK Percentages of Color #b880cd

%10
%38
%0
%20

Triadic Colors of #b880cd

#b880cd #cdb880 #80cdb8

Analogous Colors of #b880cd

#b880cd #cd80bc #9280cd

Monochromatic Colors of #b880cd

#b880cd

Complementary Color

#b880cd #95cd80

#b880cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b880cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b880cd Color CSS Codes

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

#b880cd Text Font Color

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

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


#b880cd Background Color

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

This div background color is #b880cd


#b880cd Border Color

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

This div border color is #b880cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b880cd


Comments

No comments written yet.

Please login to write comment.