Color Hex Logo

#b247be Color Hex

#B247BE
(178,71,190)
0 Favorites   0 Comments

Color spaces of #b247be

RGB 17871190
HSL0.820.480.51
HSV294°63°75°
CMYK 0.060.630.00   0.25
XYZ29.907617.689250.5532
Yxy17.68920.30470.1802
Hunter Lab42.058553.3280-41.8240
CIE-Lab49.117059.4061-42.5966

#b247be color RGB value is (178,71,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000111 10111110
Octal 262 107 276
Decimal 178 71 190
Hex B2 47 BE

RGB Percentages of Color #b247be

%40.55
%16.17
%43.28

CMYK Percentages of Color #b247be

%6
%63
%0
%25

Triadic Colors of #b247be

#b247be #beb247 #47beb2

Analogous Colors of #b247be

#b247be #be478f #7747be

Monochromatic Colors of #b247be

#b247be

Complementary Color

#b247be #53be47

#b247be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b247be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b247be Color CSS Codes

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

#b247be Text Font Color

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

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


#b247be Background Color

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

This div background color is #b247be


#b247be Border Color

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

This div border color is #b247be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b247be


Comments

No comments written yet.

Please login to write comment.