Color Hex Logo

#b274ab Color Hex

#B274AB
(178,116,171)
0 Favorites   0 Comments

Color spaces of #b274ab

RGB 178116171
HSL0.850.290.58
HSV307°35°70°
CMYK 0.000.350.04   0.30
XYZ31.956224.896041.6492
Yxy24.89600.32440.2527
Hunter Lab49.895927.0039-14.5635
CIE-Lab56.973933.1338-19.3647

#b274ab color RGB value is (178,116,171).

#b274ab hex color red value is 178, green value is 116 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b274ab hue: 0.85 , saturation: 0.29 and the lightness value of b274ab is 0.58.

The process color (four color CMYK) of #b274ab color hex is 0.00, 0.35, 0.04, 0.30. Web safe color of #b274ab is #996699. Color #b274ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110100 10101011
Octal 262 164 253
Decimal 178 116 171
Hex B2 74 AB

RGB Percentages of Color #b274ab

%38.28
%24.95
%36.77

CMYK Percentages of Color #b274ab

%0
%35
%4
%30

Triadic Colors of #b274ab

#b274ab #abb274 #74abb2

Analogous Colors of #b274ab

#b274ab #b2748c #9a74b2

Monochromatic Colors of #b274ab

#b274ab

Complementary Color

#b274ab #74b27b

#b274ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b274ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b274ab Color CSS Codes

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

#b274ab Text Font Color

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

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


#b274ab Background Color

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

This div background color is #b274ab


#b274ab Border Color

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

This div border color is #b274ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b274ab


Comments

No comments written yet.

Please login to write comment.