Color Hex Logo

#b072ce Color Hex

#B072CE
(176,114,206)
0 Favorites   0 Comments

Color spaces of #b072ce

RGB 176114206
HSL0.780.480.63
HSV280°45°81°
CMYK 0.150.450.00   0.19
XYZ35.062425.721061.5092
Yxy25.72100.28670.2103
Hunter Lab50.715934.6531-36.4070
CIE-Lab57.771340.6155-38.1401

#b072ce color RGB value is (176,114,206).

#b072ce hex color red value is 176, green value is 114 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b072ce hue: 0.78 , saturation: 0.48 and the lightness value of b072ce is 0.63.

The process color (four color CMYK) of #b072ce color hex is 0.15, 0.45, 0.00, 0.19. Web safe color of #b072ce is #9966cc. Color #b072ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110010 11001110
Octal 260 162 316
Decimal 176 114 206
Hex B0 72 CE

RGB Percentages of Color #b072ce

%35.48
%22.98
%41.53

CMYK Percentages of Color #b072ce

%15
%45
%0
%19

Triadic Colors of #b072ce

#b072ce #ceb072 #72ceb0

Analogous Colors of #b072ce

#b072ce #ce72be #8272ce

Monochromatic Colors of #b072ce

#b072ce

Complementary Color

#b072ce #90ce72

#b072ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b072ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b072ce Color CSS Codes

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

#b072ce Text Font Color

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

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


#b072ce Background Color

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

This div background color is #b072ce


#b072ce Border Color

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

This div border color is #b072ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,114,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 #b072ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b072ce


Comments

No comments written yet.

Please login to write comment.