Color Hex Logo

#b872da Color Hex

#B872DA
(184,114,218)
0 Favorites   0 Comments

Color spaces of #b872da

RGB 184114218
HSL0.780.580.65
HSV280°48°85°
CMYK 0.160.480.00   0.15
XYZ38.439427.286969.5706
Yxy27.28690.28410.2017
Hunter Lab52.236939.9378-42.3984
CIE-Lab59.238945.4509-42.5380

#b872da color RGB value is (184,114,218).

#b872da hex color red value is 184, green value is 114 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b872da hue: 0.78 , saturation: 0.58 and the lightness value of b872da is 0.65.

The process color (four color CMYK) of #b872da color hex is 0.16, 0.48, 0.00, 0.15. Web safe color of #b872da is #cc66cc. Color #b872da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110010 11011010
Octal 270 162 332
Decimal 184 114 218
Hex B8 72 DA

RGB Percentages of Color #b872da

%35.66
%22.09
%42.25

CMYK Percentages of Color #b872da

%16
%48
%0
%15

Triadic Colors of #b872da

#b872da #dab872 #72dab8

Analogous Colors of #b872da

#b872da #da72c8 #8472da

Monochromatic Colors of #b872da

#b872da

Complementary Color

#b872da #94da72

#b872da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b872da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b872da Color CSS Codes

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

#b872da Text Font Color

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

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


#b872da Background Color

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

This div background color is #b872da


#b872da Border Color

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

This div border color is #b872da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b872da


Comments

No comments written yet.

Please login to write comment.