Color Hex Logo

#be74ac Color Hex

#BE74AC
(190,116,172)
0 Favorites   0 Comments

Color spaces of #be74ac

RGB 190116172
HSL0.870.360.60
HSV315°39°75°
CMYK 0.000.390.09   0.25
XYZ34.927026.416542.2878
Yxy26.41650.33700.2549
Hunter Lab51.397031.3556-12.8040
CIE-Lab58.430337.3127-17.5920

#be74ac color RGB value is (190,116,172).

#be74ac hex color red value is 190, green value is 116 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #be74ac hue: 0.87 , saturation: 0.36 and the lightness value of be74ac is 0.60.

The process color (four color CMYK) of #be74ac color hex is 0.00, 0.39, 0.09, 0.25. Web safe color of #be74ac is #cc6699. Color #be74ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110100 10101100
Octal 276 164 254
Decimal 190 116 172
Hex BE 74 AC

RGB Percentages of Color #be74ac

%39.75
%24.27
%35.98

CMYK Percentages of Color #be74ac

%0
%39
%9
%25

Triadic Colors of #be74ac

#be74ac #acbe74 #74acbe

Analogous Colors of #be74ac

#be74ac #be7487 #ab74be

Monochromatic Colors of #be74ac

#be74ac

Complementary Color

#be74ac #74be86

#be74ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be74ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#be74ac Color CSS Codes

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

#be74ac Text Font Color

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

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


#be74ac Background Color

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

This div background color is #be74ac


#be74ac Border Color

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

This div border color is #be74ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be74ac


Comments

No comments written yet.

Please login to write comment.