Color Hex Logo

#b894ef Color Hex

#B894EF
(184,148,239)
0 Favorites   0 Comments

Color spaces of #b894ef

RGB 184148239
HSL0.730.740.76
HSV264°38°94°
CMYK 0.230.380.00   0.06
XYZ45.937137.602286.4981
Yxy37.60220.27020.2211
Hunter Lab61.320626.4085-40.7093
CIE-Lab67.726431.4947-40.8745

#b894ef color RGB value is (184,148,239).

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

The process color (four color CMYK) of #b894ef color hex is 0.23, 0.38, 0.00, 0.06. Web safe color of #b894ef is #cc99ff. Color #b894ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010100 11101111
Octal 270 224 357
Decimal 184 148 239
Hex B8 94 EF

RGB Percentages of Color #b894ef

%32.22
%25.92
%41.86

CMYK Percentages of Color #b894ef

%23
%38
%0
%6

Triadic Colors of #b894ef

#b894ef #efb894 #94efb8

Analogous Colors of #b894ef

#b894ef #e694ef #949eef

Monochromatic Colors of #b894ef

#b894ef

Complementary Color

#b894ef #cbef94

#b894ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b894ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b894ef Color CSS Codes

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

#b894ef Text Font Color

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

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


#b894ef Background Color

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

This div background color is #b894ef


#b894ef Border Color

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

This div border color is #b894ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b894ef


Comments

No comments written yet.

Please login to write comment.