Color Hex Logo

#b950ee Color Hex

#B950EE
(185,80,238)
0 Favorites   0 Comments

Color spaces of #b950ee

RGB 18580238
HSL0.780.820.62
HSV280°66°93°
CMYK 0.220.660.00   0.07
XYZ38.308922.224783.1596
Yxy22.22470.26660.1547
Hunter Lab47.143162.5503-71.5864
CIE-Lab54.264666.4731-61.6701

#b950ee color RGB value is (185,80,238).

#b950ee hex color red value is 185, green value is 80 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b950ee hue: 0.78 , saturation: 0.82 and the lightness value of b950ee is 0.62.

The process color (four color CMYK) of #b950ee color hex is 0.22, 0.66, 0.00, 0.07. Web safe color of #b950ee is #cc66ff. Color #b950ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010000 11101110
Octal 271 120 356
Decimal 185 80 238
Hex B9 50 EE

RGB Percentages of Color #b950ee

%36.78
%15.90
%47.32

CMYK Percentages of Color #b950ee

%22
%66
%0
%7

Triadic Colors of #b950ee

#b950ee #eeb950 #50eeb9

Analogous Colors of #b950ee

#b950ee #ee50d4 #6a50ee

Monochromatic Colors of #b950ee

#b950ee

Complementary Color

#b950ee #85ee50

#b950ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b950ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b950ee Color CSS Codes

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

#b950ee Text Font Color

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

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


#b950ee Background Color

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

This div background color is #b950ee


#b950ee Border Color

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

This div border color is #b950ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b950ee


Comments

No comments written yet.

Please login to write comment.