Color Hex Logo

#b74faf Color Hex

#B74FAF
(183,79,175)
0 Favorites   0 Comments

Color spaces of #b74faf

RGB 18379175
HSL0.850.420.51
HSV305°57°72°
CMYK 0.000.570.04   0.28
XYZ30.062318.754442.5929
Yxy18.75440.32890.2052
Hunter Lab43.306448.1246-27.9988
CIE-Lab50.398654.4670-31.7898

#b74faf color RGB value is (183,79,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001111 10101111
Octal 267 117 257
Decimal 183 79 175
Hex B7 4F AF

RGB Percentages of Color #b74faf

%41.88
%18.08
%40.05

CMYK Percentages of Color #b74faf

%0
%57
%4
%28

Triadic Colors of #b74faf

#b74faf #afb74f #4fafb7

Analogous Colors of #b74faf

#b74faf #b74f7b #8b4fb7

Monochromatic Colors of #b74faf

#b74faf

Complementary Color

#b74faf #4fb757

#b74faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74faf Color CSS Codes

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

#b74faf Text Font Color

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

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


#b74faf Background Color

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

This div background color is #b74faf


#b74faf Border Color

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

This div border color is #b74faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74faf


Comments

No comments written yet.

Please login to write comment.