Color Hex Logo

#b247ee Color Hex

#B247EE
(178,71,238)
0 Favorites   0 Comments

Color spaces of #b247ee

RGB 17871238
HSL0.770.830.61
HSV278°70°93°
CMYK 0.250.700.00   0.07
XYZ36.046020.144582.8774
Yxy20.14450.25920.1449
Hunter Lab44.882664.8118-78.0633
CIE-Lab52.000268.8132-65.3672

#b247ee color RGB value is (178,71,238).

#b247ee hex color red value is 178, green value is 71 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b247ee hue: 0.77 , saturation: 0.83 and the lightness value of b247ee is 0.61.

The process color (four color CMYK) of #b247ee color hex is 0.25, 0.70, 0.00, 0.07. Web safe color of #b247ee is #9933ff. Color #b247ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000111 11101110
Octal 262 107 356
Decimal 178 71 238
Hex B2 47 EE

RGB Percentages of Color #b247ee

%36.55
%14.58
%48.87

CMYK Percentages of Color #b247ee

%25
%70
%0
%7

Triadic Colors of #b247ee

#b247ee #eeb247 #47eeb2

Analogous Colors of #b247ee

#b247ee #ee47d7 #5e47ee

Monochromatic Colors of #b247ee

#b247ee

Complementary Color

#b247ee #83ee47

#b247ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b247ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b247ee Color CSS Codes

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

#b247ee Text Font Color

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

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


#b247ee Background Color

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

This div background color is #b247ee


#b247ee Border Color

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

This div border color is #b247ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b247ee


Comments

No comments written yet.

Please login to write comment.