color codes Logo

#b49dee color codes

#B49DEE
(180,157,238)
0 Favorites   0 Comments

Color spaces of #b49dee

RGB 180157238
HSL0.710.700.77
HSV257°34°93°
CMYK 0.240.340.00   0.07
XYZ46.312039.990386.1669
Yxy39.99030.26850.2319
Hunter Lab63.237920.0574-36.5211
CIE-Lab69.462625.0756-37.6443

#b49dee color RGB value is (180,157,238).

#b49dee hex color red value is 180, green value is 157 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b49dee hue: 0.71 , saturation: 0.70 and the lightness value of b49dee is 0.77.

The process color (four color CMYK) of #b49dee color code is 0.24, 0.34, 0.00, 0.07. Web safe color of #b49dee is #cc99ff. Color #b49dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011101 11101110
Octal 264 235 356
Decimal 180 157 238
Hex B4 9D EE

RGB Percentages of Color #b49dee

%31.30
%27.30
%41.39

CMYK Percentages of Color #b49dee

%24
%34
%0
%7

Triadic Colors of #b49dee

#b49dee #eeb49d #9deeb4

Analogous Colors of #b49dee

#b49dee #dd9dee #9dafee

Monochromatic Colors of #b49dee

#b49dee

Complementary Color

#b49dee #d7ee9d

#b49dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49dee Color CSS Codes

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

#b49dee Text Font Color

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

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


#b49dee Background Color

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

This div background color is #b49dee


#b49dee Border Color

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

This div border color is #b49dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49dee


Comments

No comments written yet.

Please login to write comment.