Color Hex Logo

#b990ed Color Hex

#B990ED
(185,144,237)
0 Favorites   0 Comments

Color spaces of #b990ed

RGB 185144237
HSL0.740.720.75
HSV266°39°93°
CMYK 0.220.390.00   0.07
XYZ45.266936.375284.7561
Yxy36.37520.27200.2186
Hunter Lab60.311928.4269-41.1018
CIE-Lab66.805633.5461-41.2101

#b990ed color RGB value is (185,144,237).

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

The process color (four color CMYK) of #b990ed color hex is 0.22, 0.39, 0.00, 0.07. Web safe color of #b990ed is #cc99ff. Color #b990ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010000 11101101
Octal 271 220 355
Decimal 185 144 237
Hex B9 90 ED

RGB Percentages of Color #b990ed

%32.69
%25.44
%41.87

CMYK Percentages of Color #b990ed

%22
%39
%0
%7

Triadic Colors of #b990ed

#b990ed #edb990 #90edb9

Analogous Colors of #b990ed

#b990ed #e890ed #9096ed

Monochromatic Colors of #b990ed

#b990ed

Complementary Color

#b990ed #c4ed90

#b990ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b990ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b990ed Color CSS Codes

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

#b990ed Text Font Color

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

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


#b990ed Background Color

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

This div background color is #b990ed


#b990ed Border Color

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

This div border color is #b990ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b990ed


Comments

No comments written yet.

Please login to write comment.