Color Hex Logo

#b294ed Color Hex

#B294ED
(178,148,237)
0 Favorites   0 Comments

Color spaces of #b294ed

RGB 178148237
HSL0.720.710.75
HSV260°38°93°
CMYK 0.250.380.00   0.07
XYZ44.236136.759284.8845
Yxy36.75920.26670.2216
Hunter Lab60.629424.1349-40.5688
CIE-Lab67.096029.3078-40.8024

#b294ed color RGB value is (178,148,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010100 11101101
Octal 262 224 355
Decimal 178 148 237
Hex B2 94 ED

RGB Percentages of Color #b294ed

%31.62
%26.29
%42.10

CMYK Percentages of Color #b294ed

%25
%38
%0
%7

Triadic Colors of #b294ed

#b294ed #edb294 #94edb2

Analogous Colors of #b294ed

#b294ed #df94ed #94a3ed

Monochromatic Colors of #b294ed

#b294ed

Complementary Color

#b294ed #cfed94

#b294ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b294ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b294ed Color CSS Codes

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

#b294ed Text Font Color

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

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


#b294ed Background Color

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

This div background color is #b294ed


#b294ed Border Color

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

This div border color is #b294ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,148,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 #b294ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b294ed


Comments

No comments written yet.

Please login to write comment.