Color Hex Logo

#b894ea Color Hex

#B894EA
(184,148,234)
0 Favorites   0 Comments

Color spaces of #b894ea

RGB 184148234
HSL0.740.670.75
HSV265°37°92°
CMYK 0.210.370.00   0.08
XYZ45.208437.310782.6608
Yxy37.31070.27370.2259
Hunter Lab61.082525.2172-37.4774
CIE-Lab67.509530.3439-38.4678

#b894ea color RGB value is (184,148,234).

#b894ea hex color red value is 184, green value is 148 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b894ea hue: 0.74 , saturation: 0.67 and the lightness value of b894ea is 0.75.

The process color (four color CMYK) of #b894ea color hex is 0.21, 0.37, 0.00, 0.08. Web safe color of #b894ea is #cc99ff. Color #b894ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010100 11101010
Octal 270 224 352
Decimal 184 148 234
Hex B8 94 EA

RGB Percentages of Color #b894ea

%32.51
%26.15
%41.34

CMYK Percentages of Color #b894ea

%21
%37
%0
%8

Triadic Colors of #b894ea

#b894ea #eab894 #94eab8

Analogous Colors of #b894ea

#b894ea #e394ea #949bea

Monochromatic Colors of #b894ea

#b894ea

Complementary Color

#b894ea #c6ea94

#b894ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b894ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b894ea Color CSS Codes

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

#b894ea Text Font Color

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

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


#b894ea Background Color

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

This div background color is #b894ea


#b894ea Border Color

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

This div border color is #b894ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b894ea


Comments

No comments written yet.

Please login to write comment.