Color Hex Logo

#b272be Color Hex

#B272BE
(178,114,190)
0 Favorites   0 Comments

Color spaces of #b272be

RGB 178114190
HSL0.810.370.60
HSV291°40°75°
CMYK 0.060.400.00   0.25
XYZ33.671725.217351.8079
Yxy25.21730.30420.2278
Hunter Lab50.216831.8095-26.0168
CIE-Lab57.286537.8998-29.7819

#b272be color RGB value is (178,114,190).

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

The process color (four color CMYK) of #b272be color hex is 0.06, 0.40, 0.00, 0.25. Web safe color of #b272be is #9966cc. Color #b272be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110010 10111110
Octal 262 162 276
Decimal 178 114 190
Hex B2 72 BE

RGB Percentages of Color #b272be

%36.93
%23.65
%39.42

CMYK Percentages of Color #b272be

%6
%40
%0
%25

Triadic Colors of #b272be

#b272be #beb272 #72beb2

Analogous Colors of #b272be

#b272be #be72a4 #8c72be

Monochromatic Colors of #b272be

#b272be

Complementary Color

#b272be #7ebe72

#b272be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b272be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b272be Color CSS Codes

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

#b272be Text Font Color

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

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


#b272be Background Color

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

This div background color is #b272be


#b272be Border Color

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

This div border color is #b272be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b272be


Comments

No comments written yet.

Please login to write comment.