Color Hex Logo

#b272dc Color Hex

#B272DC
(178,114,220)
0 Favorites   0 Comments

Color spaces of #b272dc

RGB 178114220
HSL0.770.600.65
HSV276°48°86°
CMYK 0.190.480.00   0.14
XYZ37.295726.666970.8917
Yxy26.66690.27660.1977
Hunter Lab51.640038.5471-45.2457
CIE-Lab58.664744.2218-44.6116

#b272dc color RGB value is (178,114,220).

#b272dc hex color red value is 178, green value is 114 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b272dc hue: 0.77 , saturation: 0.60 and the lightness value of b272dc is 0.65.

The process color (four color CMYK) of #b272dc color hex is 0.19, 0.48, 0.00, 0.14. Web safe color of #b272dc is #9966cc. Color #b272dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110010 11011100
Octal 262 162 334
Decimal 178 114 220
Hex B2 72 DC

RGB Percentages of Color #b272dc

%34.77
%22.27
%42.97

CMYK Percentages of Color #b272dc

%19
%48
%0
%14

Triadic Colors of #b272dc

#b272dc #dcb272 #72dcb2

Analogous Colors of #b272dc

#b272dc #dc72d1 #7d72dc

Monochromatic Colors of #b272dc

#b272dc

Complementary Color

#b272dc #9cdc72

#b272dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b272dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b272dc Color CSS Codes

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

#b272dc Text Font Color

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

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


#b272dc Background Color

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

This div background color is #b272dc


#b272dc Border Color

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

This div border color is #b272dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b272dc


Comments

No comments written yet.

Please login to write comment.