Color Hex Logo

#b249df Color Hex

#B249DF
(178,73,223)
0 Favorites   0 Comments

Color spaces of #b249df

RGB 17873223
HSL0.780.700.58
HSV282°67°87°
CMYK 0.200.670.00   0.13
XYZ34.061919.557871.7918
Yxy19.55780.27160.1559
Hunter Lab44.224260.0900-65.2921
CIE-Lab51.333564.9207-57.9821

#b249df color RGB value is (178,73,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001001 11011111
Octal 262 111 337
Decimal 178 73 223
Hex B2 49 DF

RGB Percentages of Color #b249df

%37.55
%15.40
%47.05

CMYK Percentages of Color #b249df

%20
%67
%0
%13

Triadic Colors of #b249df

#b249df #dfb249 #49dfb2

Analogous Colors of #b249df

#b249df #df49c1 #6749df

Monochromatic Colors of #b249df

#b249df

Complementary Color

#b249df #76df49

#b249df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b249df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b249df Color CSS Codes

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

#b249df Text Font Color

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

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


#b249df Background Color

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

This div background color is #b249df


#b249df Border Color

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

This div border color is #b249df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b249df


Comments

No comments written yet.

Please login to write comment.