Color Hex Logo

#b247fd Color Hex

#B247FD
(178,71,253)
0 Favorites   0 Comments

Color spaces of #b247fd

RGB 17871253
HSL0.760.980.64
HSV275°72°99°
CMYK 0.300.720.00   0.01
XYZ38.343021.063394.9732
Yxy21.06330.24840.1364
Hunter Lab45.894868.8128-90.5665
CIE-Lab53.018771.9529-72.0947

#b247fd color RGB value is (178,71,253).

#b247fd hex color red value is 178, green value is 71 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b247fd hue: 0.76 , saturation: 0.98 and the lightness value of b247fd is 0.64.

The process color (four color CMYK) of #b247fd color hex is 0.30, 0.72, 0.00, 0.01. Web safe color of #b247fd is #9933ff. Color #b247fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000111 11111101
Octal 262 107 375
Decimal 178 71 253
Hex B2 47 FD

RGB Percentages of Color #b247fd

%35.46
%14.14
%50.40

CMYK Percentages of Color #b247fd

%30
%72
%0
%1

Triadic Colors of #b247fd

#b247fd #fdb247 #47fdb2

Analogous Colors of #b247fd

#b247fd #fd47ed #5747fd

Monochromatic Colors of #b247fd

#b247fd

Complementary Color

#b247fd #92fd47

#b247fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b247fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b247fd Color CSS Codes

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

#b247fd Text Font Color

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

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


#b247fd Background Color

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

This div background color is #b247fd


#b247fd Border Color

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

This div border color is #b247fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b247fd

Related Colors


Comments

No comments written yet.

Please login to write comment.