Color Hex Logo

#be75af Color Hex

#BE75AF
(190,117,175)
0 Favorites   0 Comments

Color spaces of #be75af

RGB 190117175
HSL0.870.360.60
HSV312°38°75°
CMYK 0.000.380.08   0.25
XYZ35.334426.764943.8613
Yxy26.76490.33350.2526
Hunter Lab51.734831.3780-14.0523
CIE-Lab58.756137.2956-18.8181

#be75af color RGB value is (190,117,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110101 10101111
Octal 276 165 257
Decimal 190 117 175
Hex BE 75 AF

RGB Percentages of Color #be75af

%39.42
%24.27
%36.31

CMYK Percentages of Color #be75af

%0
%38
%8
%25

Triadic Colors of #be75af

#be75af #afbe75 #75afbe

Analogous Colors of #be75af

#be75af #be758b #a975be

Monochromatic Colors of #be75af

#be75af

Complementary Color

#be75af #75be84

#be75af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be75af Color Preview on White Background

Lorem ipsum dolor sit amet.

#be75af Color CSS Codes

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

#be75af Text Font Color

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

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


#be75af Background Color

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

This div background color is #be75af


#be75af Border Color

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

This div border color is #be75af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be75af


Comments

No comments written yet.

Please login to write comment.