Color Hex Logo

#b052dc Color Hex

#B052DC
(176,82,220)
0 Favorites   0 Comments

Color spaces of #b052dc

RGB 17682220
HSL0.780.660.59
HSV281°63°86°
CMYK 0.200.630.00   0.14
XYZ33.840120.432069.8703
Yxy20.43200.27260.1646
Hunter Lab45.201854.5301-60.0058
CIE-Lab52.322259.8867-54.7105

#b052dc color RGB value is (176,82,220).

#b052dc hex color red value is 176, green value is 82 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b052dc hue: 0.78 , saturation: 0.66 and the lightness value of b052dc is 0.59.

The process color (four color CMYK) of #b052dc color hex is 0.20, 0.63, 0.00, 0.14. Web safe color of #b052dc is #9966cc. Color #b052dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010010 11011100
Octal 260 122 334
Decimal 176 82 220
Hex B0 52 DC

RGB Percentages of Color #b052dc

%36.82
%17.15
%46.03

CMYK Percentages of Color #b052dc

%20
%63
%0
%14

Triadic Colors of #b052dc

#b052dc #dcb052 #52dcb0

Analogous Colors of #b052dc

#b052dc #dc52c3 #6b52dc

Monochromatic Colors of #b052dc

#b052dc

Complementary Color

#b052dc #7edc52

#b052dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b052dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b052dc Color CSS Codes

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

#b052dc Text Font Color

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

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


#b052dc Background Color

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

This div background color is #b052dc


#b052dc Border Color

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

This div border color is #b052dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b052dc


Comments

No comments written yet.

Please login to write comment.