Color Hex Logo

#b294ec Color Hex

#B294EC
(178,148,236)
0 Favorites   0 Comments

Color spaces of #b294ec

RGB 178148236
HSL0.720.700.75
HSV260°37°93°
CMYK 0.250.370.00   0.07
XYZ44.090336.700984.1171
Yxy36.70090.26740.2226
Hunter Lab60.581323.8929-39.9173
CIE-Lab67.052029.0711-40.3218

#b294ec color RGB value is (178,148,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010100 11101100
Octal 262 224 354
Decimal 178 148 236
Hex B2 94 EC

RGB Percentages of Color #b294ec

%31.67
%26.33
%41.99

CMYK Percentages of Color #b294ec

%25
%37
%0
%7

Triadic Colors of #b294ec

#b294ec #ecb294 #94ecb2

Analogous Colors of #b294ec

#b294ec #de94ec #94a2ec

Monochromatic Colors of #b294ec

#b294ec

Complementary Color

#b294ec #ceec94

#b294ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b294ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b294ec Color CSS Codes

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

#b294ec Text Font Color

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

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


#b294ec Background Color

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

This div background color is #b294ec


#b294ec Border Color

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

This div border color is #b294ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b294ec


Comments

No comments written yet.

Please login to write comment.