Color Hex Logo

#b774a2 Color Hex

#B774A2
(183,116,162)
0 Favorites   0 Comments

Color spaces of #b774a2

RGB 183116162
HSL0.890.320.59
HSV319°37°72°
CMYK 0.000.370.11   0.28
XYZ32.295425.166737.3379
Yxy25.16670.34070.2655
Hunter Lab50.166427.1209-9.0119
CIE-Lab57.237533.2237-13.7173

#b774a2 color RGB value is (183,116,162).

#b774a2 hex color red value is 183, green value is 116 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #b774a2 hue: 0.89 , saturation: 0.32 and the lightness value of b774a2 is 0.59.

The process color (four color CMYK) of #b774a2 color hex is 0.00, 0.37, 0.11, 0.28. Web safe color of #b774a2 is #cc6699. Color #b774a2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110100 10100010
Octal 267 164 242
Decimal 183 116 162
Hex B7 74 A2

RGB Percentages of Color #b774a2

%39.70
%25.16
%35.14

CMYK Percentages of Color #b774a2

%0
%37
%11
%28

Triadic Colors of #b774a2

#b774a2 #a2b774 #74a2b7

Analogous Colors of #b774a2

#b774a2 #b77481 #ab74b7

Monochromatic Colors of #b774a2

#b774a2

Complementary Color

#b774a2 #74b789

#b774a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b774a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b774a2 Color CSS Codes

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

#b774a2 Text Font Color

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

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


#b774a2 Background Color

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

This div background color is #b774a2


#b774a2 Border Color

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

This div border color is #b774a2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b774a2


Comments

No comments written yet.

Please login to write comment.