Color Hex Logo

#b249be Color Hex

#B249BE
(178,73,190)
0 Favorites   0 Comments

Color spaces of #b249be

RGB 17873190
HSL0.820.470.52
HSV294°62°75°
CMYK 0.060.620.00   0.25
XYZ30.036917.947850.5963
Yxy17.94780.30470.1821
Hunter Lab42.364852.4190-41.1546
CIE-Lab49.432758.5343-42.0962

#b249be color RGB value is (178,73,190).

#b249be hex color red value is 178, green value is 73 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b249be hue: 0.82 , saturation: 0.47 and the lightness value of b249be is 0.52.

The process color (four color CMYK) of #b249be color hex is 0.06, 0.62, 0.00, 0.25. Web safe color of #b249be is #9933cc. Color #b249be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01001001 10111110
Octal 262 111 276
Decimal 178 73 190
Hex B2 49 BE

RGB Percentages of Color #b249be

%40.36
%16.55
%43.08

CMYK Percentages of Color #b249be

%6
%62
%0
%25

Triadic Colors of #b249be

#b249be #beb249 #49beb2

Analogous Colors of #b249be

#b249be #be4990 #7849be

Monochromatic Colors of #b249be

#b249be

Complementary Color

#b249be #55be49

#b249be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b249be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b249be Color CSS Codes

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

#b249be Text Font Color

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

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


#b249be Background Color

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

This div background color is #b249be


#b249be Border Color

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

This div border color is #b249be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b249be


Comments

No comments written yet.

Please login to write comment.