Color Hex Logo

#b872be Color Hex

#B872BE
(184,114,190)
0 Favorites   0 Comments

Color spaces of #b872be

RGB 184114190
HSL0.820.370.60
HSV295°40°75°
CMYK 0.030.400.00   0.25
XYZ35.078725.942751.8738
Yxy25.94270.31070.2298
Hunter Lab50.934033.8001-24.7302
CIE-Lab57.982639.7601-28.6479

#b872be color RGB value is (184,114,190).

#b872be hex color red value is 184, green value is 114 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b872be hue: 0.82 , saturation: 0.37 and the lightness value of b872be is 0.60.

The process color (four color CMYK) of #b872be color hex is 0.03, 0.40, 0.00, 0.25. Web safe color of #b872be is #cc66cc. Color #b872be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110010 10111110
Octal 270 162 276
Decimal 184 114 190
Hex B8 72 BE

RGB Percentages of Color #b872be

%37.70
%23.36
%38.93

CMYK Percentages of Color #b872be

%3
%40
%0
%25

Triadic Colors of #b872be

#b872be #beb872 #72beb8

Analogous Colors of #b872be

#b872be #be729e #9272be

Monochromatic Colors of #b872be

#b872be

Complementary Color

#b872be #78be72

#b872be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b872be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b872be Color CSS Codes

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

#b872be Text Font Color

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

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


#b872be Background Color

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

This div background color is #b872be


#b872be Border Color

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

This div border color is #b872be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b872be


Comments

No comments written yet.

Please login to write comment.