Color Hex Logo

#b934ee Color Hex

#B934EE
(185,52,238)
0 Favorites   0 Comments

Color spaces of #b934ee

RGB 18552238
HSL0.790.850.57
HSV283°78°93°
CMYK 0.220.780.00   0.07
XYZ36.668218.943382.6127
Yxy18.94330.26530.1370
Hunter Lab43.523974.2166-82.0716
CIE-Lab50.620876.8294-67.5509

#b934ee color RGB value is (185,52,238).

#b934ee hex color red value is 185, green value is 52 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b934ee hue: 0.79 , saturation: 0.85 and the lightness value of b934ee is 0.57.

The process color (four color CMYK) of #b934ee color hex is 0.22, 0.78, 0.00, 0.07. Web safe color of #b934ee is #cc33ff. Color #b934ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110100 11101110
Octal 271 64 356
Decimal 185 52 238
Hex B9 34 EE

RGB Percentages of Color #b934ee

%38.95
%10.95
%50.11

CMYK Percentages of Color #b934ee

%22
%78
%0
%7

Triadic Colors of #b934ee

#b934ee #eeb934 #34eeb9

Analogous Colors of #b934ee

#b934ee #ee34c6 #5c34ee

Monochromatic Colors of #b934ee

#b934ee

Complementary Color

#b934ee #69ee34

#b934ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b934ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b934ee Color CSS Codes

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

#b934ee Text Font Color

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

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


#b934ee Background Color

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

This div background color is #b934ee


#b934ee Border Color

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

This div border color is #b934ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,52,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b934ee


Comments

No comments written yet.

Please login to write comment.