Color Hex Logo

#b994ea Color Hex

#B994EA
(185,148,234)
0 Favorites   0 Comments

Color spaces of #b994ea

RGB 185148234
HSL0.740.670.75
HSV266°37°92°
CMYK 0.210.370.00   0.08
XYZ45.448837.434682.6721
Yxy37.43460.27450.2261
Hunter Lab61.183825.5224-37.2845
CIE-Lab67.601830.6365-38.3170

#b994ea color RGB value is (185,148,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010100 11101010
Octal 271 224 352
Decimal 185 148 234
Hex B9 94 EA

RGB Percentages of Color #b994ea

%32.63
%26.10
%41.27

CMYK Percentages of Color #b994ea

%21
%37
%0
%8

Triadic Colors of #b994ea

#b994ea #eab994 #94eab9

Analogous Colors of #b994ea

#b994ea #e494ea #949aea

Monochromatic Colors of #b994ea

#b994ea

Complementary Color

#b994ea #c5ea94

#b994ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b994ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b994ea Color CSS Codes

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

#b994ea Text Font Color

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

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


#b994ea Background Color

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

This div background color is #b994ea


#b994ea Border Color

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

This div border color is #b994ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b994ea


Comments

No comments written yet.

Please login to write comment.