Color Hex Logo

#b280ce Color Hex

#B280CE
(178,128,206)
0 Favorites   0 Comments

Color spaces of #b280ce

RGB 178128206
HSL0.770.440.65
HSV278°38°81°
CMYK 0.140.380.00   0.19
XYZ37.219829.359662.0978
Yxy29.35960.28920.2282
Hunter Lab54.184527.7903-30.0198
CIE-Lab61.097733.4864-32.9305

#b280ce color RGB value is (178,128,206).

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

The process color (four color CMYK) of #b280ce color hex is 0.14, 0.38, 0.00, 0.19. Web safe color of #b280ce is #9999cc. Color #b280ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000000 11001110
Octal 262 200 316
Decimal 178 128 206
Hex B2 80 CE

RGB Percentages of Color #b280ce

%34.77
%25.00
%40.23

CMYK Percentages of Color #b280ce

%14
%38
%0
%19

Triadic Colors of #b280ce

#b280ce #ceb280 #80ceb2

Analogous Colors of #b280ce

#b280ce #ce80c3 #8b80ce

Monochromatic Colors of #b280ce

#b280ce

Complementary Color

#b280ce #9cce80

#b280ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b280ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b280ce Color CSS Codes

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

#b280ce Text Font Color

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

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


#b280ce Background Color

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

This div background color is #b280ce


#b280ce Border Color

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

This div border color is #b280ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b280ce


Comments

No comments written yet.

Please login to write comment.