Color Hex Logo

#be78af Color Hex

#BE78AF
(190,120,175)
0 Favorites   0 Comments

Color spaces of #be78af

RGB 190120175
HSL0.870.350.61
HSV313°37°75°
CMYK 0.000.370.08   0.25
XYZ35.689527.475243.9796
Yxy27.47520.33310.2564
Hunter Lab52.416829.8075-13.0547
CIE-Lab59.411635.6703-17.8206

#be78af color RGB value is (190,120,175).

#be78af hex color red value is 190, green value is 120 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #be78af hue: 0.87 , saturation: 0.35 and the lightness value of be78af is 0.61.

The process color (four color CMYK) of #be78af color hex is 0.00, 0.37, 0.08, 0.25. Web safe color of #be78af is #cc6699. Color #be78af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111000 10101111
Octal 276 170 257
Decimal 190 120 175
Hex BE 78 AF

RGB Percentages of Color #be78af

%39.18
%24.74
%36.08

CMYK Percentages of Color #be78af

%0
%37
%8
%25

Triadic Colors of #be78af

#be78af #afbe78 #78afbe

Analogous Colors of #be78af

#be78af #be788c #aa78be

Monochromatic Colors of #be78af

#be78af

Complementary Color

#be78af #78be87

#be78af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be78af Color Preview on White Background

Lorem ipsum dolor sit amet.

#be78af Color CSS Codes

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

#be78af Text Font Color

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

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


#be78af Background Color

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

This div background color is #be78af


#be78af Border Color

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

This div border color is #be78af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be78af


Comments

No comments written yet.

Please login to write comment.