Color Hex Logo

#b872df Color Hex

#B872DF
(184,114,223)
0 Favorites   0 Comments

Color spaces of #b872df

RGB 184114223
HSL0.770.630.66
HSV279°49°87°
CMYK 0.170.490.00   0.13
XYZ39.103827.552773.0692
Yxy27.55270.27990.1972
Hunter Lab52.490741.1179-45.7907
CIE-Lab59.482546.5195-44.9586

#b872df color RGB value is (184,114,223).

#b872df hex color red value is 184, green value is 114 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b872df hue: 0.77 , saturation: 0.63 and the lightness value of b872df is 0.66.

The process color (four color CMYK) of #b872df color hex is 0.17, 0.49, 0.00, 0.13. Web safe color of #b872df is #cc66cc. Color #b872df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110010 11011111
Octal 270 162 337
Decimal 184 114 223
Hex B8 72 DF

RGB Percentages of Color #b872df

%35.32
%21.88
%42.80

CMYK Percentages of Color #b872df

%17
%49
%0
%13

Triadic Colors of #b872df

#b872df #dfb872 #72dfb8

Analogous Colors of #b872df

#b872df #df72d0 #8272df

Monochromatic Colors of #b872df

#b872df

Complementary Color

#b872df #99df72

#b872df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b872df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b872df Color CSS Codes

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

#b872df Text Font Color

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

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


#b872df Background Color

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

This div background color is #b872df


#b872df Border Color

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

This div border color is #b872df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,114,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b872df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b872df;
  -webkit-box-shadow: 1px 1px 3px 2px #b872df;
  box-shadow:         1px 1px 3px 2px #b872df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,114,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b872df


Comments

No comments written yet.

Please login to write comment.