Color Hex Logo

#b249dd Color Hex

#B249DD
(178,73,221)
0 Favorites   0 Comments

Color spaces of #b249dd

RGB 17873221
HSL0.780.690.58
HSV283°67°87°
CMYK 0.190.670.00   0.13
XYZ33.793819.450570.3798
Yxy19.45050.27340.1573
Hunter Lab44.102759.5962-63.7440
CIE-Lab51.210264.5182-57.0460

#b249dd color RGB value is (178,73,221).

#b249dd hex color red value is 178, green value is 73 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b249dd hue: 0.78 , saturation: 0.69 and the lightness value of b249dd is 0.58.

The process color (four color CMYK) of #b249dd color hex is 0.19, 0.67, 0.00, 0.13. Web safe color of #b249dd is #9933cc. Color #b249dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001001 11011101
Octal 262 111 335
Decimal 178 73 221
Hex B2 49 DD

RGB Percentages of Color #b249dd

%37.71
%15.47
%46.82

CMYK Percentages of Color #b249dd

%19
%67
%0
%13

Triadic Colors of #b249dd

#b249dd #ddb249 #49ddb2

Analogous Colors of #b249dd

#b249dd #dd49be #6849dd

Monochromatic Colors of #b249dd

#b249dd

Complementary Color

#b249dd #74dd49

#b249dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b249dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b249dd Color CSS Codes

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

#b249dd Text Font Color

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

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


#b249dd Background Color

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

This div background color is #b249dd


#b249dd Border Color

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

This div border color is #b249dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,73,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b249dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b249dd;
  -webkit-box-shadow: 1px 1px 3px 2px #b249dd;
  box-shadow:         1px 1px 3px 2px #b249dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,73,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b249dd


Comments

No comments written yet.

Please login to write comment.