Color Hex Logo

#b74faa Color Hex

#B74FAA
(183,79,170)
0 Favorites   0 Comments

Color spaces of #b74faa

RGB 18379170
HSL0.850.420.51
HSV308°57°72°
CMYK 0.000.570.07   0.28
XYZ29.580118.561540.0539
Yxy18.56150.33540.2105
Hunter Lab43.083147.1597-24.9632
CIE-Lab50.170253.6204-29.2175

#b74faa color RGB value is (183,79,170).

#b74faa hex color red value is 183, green value is 79 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b74faa hue: 0.85 , saturation: 0.42 and the lightness value of b74faa is 0.51.

The process color (four color CMYK) of #b74faa color hex is 0.00, 0.57, 0.07, 0.28. Web safe color of #b74faa is #cc6699. Color #b74faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001111 10101010
Octal 267 117 252
Decimal 183 79 170
Hex B7 4F AA

RGB Percentages of Color #b74faa

%42.36
%18.29
%39.35

CMYK Percentages of Color #b74faa

%0
%57
%7
%28

Triadic Colors of #b74faa

#b74faa #aab74f #4faab7

Analogous Colors of #b74faa

#b74faa #b74f76 #904fb7

Monochromatic Colors of #b74faa

#b74faa

Complementary Color

#b74faa #4fb75c

#b74faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74faa Color CSS Codes

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

#b74faa Text Font Color

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

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


#b74faa Background Color

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

This div background color is #b74faa


#b74faa Border Color

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

This div border color is #b74faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74faa


Comments

No comments written yet.

Please login to write comment.