Color Hex Logo

#b247ce Color Hex

#B247CE
(178,71,206)
0 Favorites   0 Comments

Color spaces of #b247ce

RGB 17871206
HSL0.800.580.54
HSV288°66°81°
CMYK 0.140.660.00   0.19
XYZ31.753918.427760.2758
Yxy18.42770.28750.1668
Hunter Lab42.927556.9151-53.2016
CIE-Lab50.010862.4121-50.4076

#b247ce color RGB value is (178,71,206).

#b247ce hex color red value is 178, green value is 71 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b247ce hue: 0.80 , saturation: 0.58 and the lightness value of b247ce is 0.54.

The process color (four color CMYK) of #b247ce color hex is 0.14, 0.66, 0.00, 0.19. Web safe color of #b247ce is #9933cc. Color #b247ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000111 11001110
Octal 262 107 316
Decimal 178 71 206
Hex B2 47 CE

RGB Percentages of Color #b247ce

%39.12
%15.60
%45.27

CMYK Percentages of Color #b247ce

%14
%66
%0
%19

Triadic Colors of #b247ce

#b247ce #ceb247 #47ceb2

Analogous Colors of #b247ce

#b247ce #ce47a7 #6f47ce

Monochromatic Colors of #b247ce

#b247ce

Complementary Color

#b247ce #63ce47

#b247ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b247ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b247ce Color CSS Codes

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

#b247ce Text Font Color

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

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


#b247ce Background Color

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

This div background color is #b247ce


#b247ce Border Color

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

This div border color is #b247ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b247ce


Comments

No comments written yet.

Please login to write comment.