Color Hex Logo

#b472ce Color Hex

#B472CE
(180,114,206)
0 Favorites   0 Comments

Color spaces of #b472ce

RGB 180114206
HSL0.790.480.63
HSV283°45°81°
CMYK 0.130.450.00   0.19
XYZ35.980326.194261.5521
Yxy26.19420.29080.2117
Hunter Lab51.180335.9220-35.4791
CIE-Lab58.220941.7797-37.4032

#b472ce color RGB value is (180,114,206).

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

The process color (four color CMYK) of #b472ce color hex is 0.13, 0.45, 0.00, 0.19. Web safe color of #b472ce is #cc66cc. Color #b472ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110010 11001110
Octal 264 162 316
Decimal 180 114 206
Hex B4 72 CE

RGB Percentages of Color #b472ce

%36.00
%22.80
%41.20

CMYK Percentages of Color #b472ce

%13
%45
%0
%19

Triadic Colors of #b472ce

#b472ce #ceb472 #72ceb4

Analogous Colors of #b472ce

#b472ce #ce72ba #8672ce

Monochromatic Colors of #b472ce

#b472ce

Complementary Color

#b472ce #8cce72

#b472ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b472ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b472ce Color CSS Codes

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

#b472ce Text Font Color

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

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


#b472ce Background Color

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

This div background color is #b472ce


#b472ce Border Color

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

This div border color is #b472ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b472ce


Comments

No comments written yet.

Please login to write comment.