Color Hex Logo

#b472ec Color Hex

#B472EC
(180,114,236)
0 Favorites   0 Comments

Color spaces of #b472ec

RGB 180114236
HSL0.760.760.69
HSV272°52°93°
CMYK 0.240.520.00   0.07
XYZ39.980027.794182.6145
Yxy27.79410.26580.1848
Hunter Lab52.720143.1043-56.0057
CIE-Lab59.702348.3291-51.8945

#b472ec color RGB value is (180,114,236).

#b472ec hex color red value is 180, green value is 114 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b472ec hue: 0.76 , saturation: 0.76 and the lightness value of b472ec is 0.69.

The process color (four color CMYK) of #b472ec color hex is 0.24, 0.52, 0.00, 0.07. Web safe color of #b472ec is #cc66ff. Color #b472ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110010 11101100
Octal 264 162 354
Decimal 180 114 236
Hex B4 72 EC

RGB Percentages of Color #b472ec

%33.96
%21.51
%44.53

CMYK Percentages of Color #b472ec

%24
%52
%0
%7

Triadic Colors of #b472ec

#b472ec #ecb472 #72ecb4

Analogous Colors of #b472ec

#b472ec #ec72e7 #7772ec

Monochromatic Colors of #b472ec

#b472ec

Complementary Color

#b472ec #aaec72

#b472ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b472ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b472ec Color CSS Codes

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

#b472ec Text Font Color

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

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


#b472ec Background Color

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

This div background color is #b472ec


#b472ec Border Color

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

This div border color is #b472ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b472ec


Comments

No comments written yet.

Please login to write comment.