Color Hex Logo

#b447dc Color Hex

#B447DC
(180,71,220)
0 Favorites   0 Comments

Color spaces of #b447dc

RGB 18071220
HSL0.790.680.57
HSV284°68°86°
CMYK 0.180.680.00   0.14
XYZ33.993919.377169.6586
Yxy19.37710.27630.1575
Hunter Lab44.019460.8122-63.0099
CIE-Lab51.125565.5808-56.5993

#b447dc color RGB value is (180,71,220).

#b447dc hex color red value is 180, green value is 71 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b447dc hue: 0.79 , saturation: 0.68 and the lightness value of b447dc is 0.57.

The process color (four color CMYK) of #b447dc color hex is 0.18, 0.68, 0.00, 0.14. Web safe color of #b447dc is #cc33cc. Color #b447dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000111 11011100
Octal 264 107 334
Decimal 180 71 220
Hex B4 47 DC

RGB Percentages of Color #b447dc

%38.22
%15.07
%46.71

CMYK Percentages of Color #b447dc

%18
%68
%0
%14

Triadic Colors of #b447dc

#b447dc #dcb447 #47dcb4

Analogous Colors of #b447dc

#b447dc #dc47ba #6a47dc

Monochromatic Colors of #b447dc

#b447dc

Complementary Color

#b447dc #6fdc47

#b447dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b447dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b447dc Color CSS Codes

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

#b447dc Text Font Color

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

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


#b447dc Background Color

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

This div background color is #b447dc


#b447dc Border Color

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

This div border color is #b447dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b447dc


Comments

No comments written yet.

Please login to write comment.