Color Hex Logo

#b452cc Color Hex

#B452CC
(180,82,204)
0 Favorites   0 Comments

Color spaces of #b452cc

RGB 18082204
HSL0.800.540.56
HSV288°60°80°
CMYK 0.120.600.00   0.20
XYZ32.738820.097559.2804
Yxy20.09750.29200.1793
Hunter Lab44.830251.9028-47.0198
CIE-Lab51.947357.6159-46.1599

#b452cc color RGB value is (180,82,204).

#b452cc hex color red value is 180, green value is 82 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b452cc hue: 0.80 , saturation: 0.54 and the lightness value of b452cc is 0.56.

The process color (four color CMYK) of #b452cc color hex is 0.12, 0.60, 0.00, 0.20. Web safe color of #b452cc is #cc66cc. Color #b452cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010010 11001100
Octal 264 122 314
Decimal 180 82 204
Hex B4 52 CC

RGB Percentages of Color #b452cc

%38.63
%17.60
%43.78

CMYK Percentages of Color #b452cc

%12
%60
%0
%20

Triadic Colors of #b452cc

#b452cc #ccb452 #52ccb4

Analogous Colors of #b452cc

#b452cc #cc52a7 #7752cc

Monochromatic Colors of #b452cc

#b452cc

Complementary Color

#b452cc #6acc52

#b452cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b452cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b452cc Color CSS Codes

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

#b452cc Text Font Color

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

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


#b452cc Background Color

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

This div background color is #b452cc


#b452cc Border Color

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

This div border color is #b452cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b452cc


Comments

No comments written yet.

Please login to write comment.