Color Hex Logo

#b90ece Color Hex

#B90ECE
(185,14,206)
0 Favorites   0 Comments

Color spaces of #b90ece

RGB 18514206
HSL0.820.870.43
HSV293°93°81°
CMYK 0.100.930.00   0.19
XYZ31.305215.084659.6542
Yxy15.08460.29520.1422
Hunter Lab38.838975.9077-63.8786
CIE-Lab45.749979.1364-57.1876

#b90ece color RGB value is (185,14,206).

#b90ece hex color red value is 185, green value is 14 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b90ece hue: 0.82 , saturation: 0.87 and the lightness value of b90ece is 0.43.

The process color (four color CMYK) of #b90ece color hex is 0.10, 0.93, 0.00, 0.19. Web safe color of #b90ece is #cc00cc. Color #b90ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001110 11001110
Octal 271 16 316
Decimal 185 14 206
Hex B9 E CE

RGB Percentages of Color #b90ece

%45.68
%3.46
%50.86

CMYK Percentages of Color #b90ece

%10
%93
%0
%19

Triadic Colors of #b90ece

#b90ece #ceb90e #0eceb9

Analogous Colors of #b90ece

#b90ece #ce0e83 #590ece

Monochromatic Colors of #b90ece

#b90ece

Complementary Color

#b90ece #23ce0e

#b90ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b90ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#b90ece Color CSS Codes

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

#b90ece Text Font Color

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

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


#b90ece Background Color

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

This div background color is #b90ece


#b90ece Border Color

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

This div border color is #b90ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b90ece


Comments

No comments written yet.

Please login to write comment.