Color Hex Logo

#b74daf Color Hex

#B74DAF
(183,77,175)
0 Favorites   0 Comments

Color spaces of #b74daf

RGB 18377175
HSL0.850.420.51
HSV305°58°72°
CMYK 0.000.580.04   0.28
XYZ29.920218.470242.5456
Yxy18.47020.32900.2031
Hunter Lab42.977049.0605-28.6110
CIE-Lab50.061555.3824-32.3168

#b74daf color RGB value is (183,77,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001101 10101111
Octal 267 115 257
Decimal 183 77 175
Hex B7 4D AF

RGB Percentages of Color #b74daf

%42.07
%17.70
%40.23

CMYK Percentages of Color #b74daf

%0
%58
%4
%28

Triadic Colors of #b74daf

#b74daf #afb74d #4dafb7

Analogous Colors of #b74daf

#b74daf #b74d7a #8a4db7

Monochromatic Colors of #b74daf

#b74daf

Complementary Color

#b74daf #4db755

#b74daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74daf Color CSS Codes

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

#b74daf Text Font Color

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

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


#b74daf Background Color

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

This div background color is #b74daf


#b74daf Border Color

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

This div border color is #b74daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,77,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 #b74daf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74daf


Comments

No comments written yet.

Please login to write comment.