Color Hex Logo

#b280ed Color Hex

#B280ED
(178,128,237)
0 Favorites   0 Comments

Color spaces of #b280ed

RGB 178128237
HSL0.740.750.72
HSV268°46°93°
CMYK 0.250.460.00   0.07
XYZ41.365331.017783.9276
Yxy31.01770.26460.1984
Hunter Lab55.693535.1137-50.3618
CIE-Lab62.522640.4505-47.9933

#b280ed color RGB value is (178,128,237).

#b280ed hex color red value is 178, green value is 128 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b280ed hue: 0.74 , saturation: 0.75 and the lightness value of b280ed is 0.72.

The process color (four color CMYK) of #b280ed color hex is 0.25, 0.46, 0.00, 0.07. Web safe color of #b280ed is #9999ff. Color #b280ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000000 11101101
Octal 262 200 355
Decimal 178 128 237
Hex B2 80 ED

RGB Percentages of Color #b280ed

%32.78
%23.57
%43.65

CMYK Percentages of Color #b280ed

%25
%46
%0
%7

Triadic Colors of #b280ed

#b280ed #edb280 #80edb2

Analogous Colors of #b280ed

#b280ed #e980ed #8085ed

Monochromatic Colors of #b280ed

#b280ed

Complementary Color

#b280ed #bbed80

#b280ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b280ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b280ed Color CSS Codes

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

#b280ed Text Font Color

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

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


#b280ed Background Color

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

This div background color is #b280ed


#b280ed Border Color

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

This div border color is #b280ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b280ed


Comments

No comments written yet.

Please login to write comment.