Color Hex Logo

#b272da Color Hex

#B272DA
(178,114,218)
0 Favorites   0 Comments

Color spaces of #b272da

RGB 178114218
HSL0.770.580.65
HSV277°48°85°
CMYK 0.180.480.00   0.15
XYZ37.032326.561669.5047
Yxy26.56160.27820.1996
Hunter Lab51.537938.0688-43.8826
CIE-Lab58.566343.7822-43.6433

#b272da color RGB value is (178,114,218).

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

The process color (four color CMYK) of #b272da color hex is 0.18, 0.48, 0.00, 0.15. Web safe color of #b272da is #9966cc. Color #b272da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110010 11011010
Octal 262 162 332
Decimal 178 114 218
Hex B2 72 DA

RGB Percentages of Color #b272da

%34.90
%22.35
%42.75

CMYK Percentages of Color #b272da

%18
%48
%0
%15

Triadic Colors of #b272da

#b272da #dab272 #72dab2

Analogous Colors of #b272da

#b272da #da72ce #7e72da

Monochromatic Colors of #b272da

#b272da

Complementary Color

#b272da #9ada72

#b272da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b272da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b272da Color CSS Codes

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

#b272da Text Font Color

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

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


#b272da Background Color

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

This div background color is #b272da


#b272da Border Color

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

This div border color is #b272da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b272da


Comments

No comments written yet.

Please login to write comment.