color codes Logo

#be7abd color codes

#BE7ABD
(190,122,189)
0 Favorites   0 Comments

Color spaces of #be7abd

RGB 190122189
HSL0.840.340.61
HSV301°36°75°
CMYK 0.000.360.01   0.25
XYZ37.380028.540351.6828
Yxy28.54030.31780.2427
Hunter Lab53.423131.4055-19.9624
CIE-Lab60.373837.1309-24.3333

#be7abd color RGB value is (190,122,189).

#be7abd hex color red value is 190, green value is 122 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #be7abd hue: 0.84 , saturation: 0.34 and the lightness value of be7abd is 0.61.

The process color (four color CMYK) of #be7abd color code is 0.00, 0.36, 0.01, 0.25. Web safe color of #be7abd is #cc66cc. Color #be7abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111010 10111101
Octal 276 172 275
Decimal 190 122 189
Hex BE 7A BD

RGB Percentages of Color #be7abd

%37.92
%24.35
%37.72

CMYK Percentages of Color #be7abd

%0
%36
%1
%25

Triadic Colors of #be7abd

#be7abd #bdbe7a #7abdbe

Analogous Colors of #be7abd

#be7abd #be7a9b #9d7abe

Monochromatic Colors of #be7abd

#be7abd

Complementary Color

#be7abd #7abe7b

#be7abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7abd Color CSS Codes

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

#be7abd Text Font Color

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

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


#be7abd Background Color

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

This div background color is #be7abd


#be7abd Border Color

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

This div border color is #be7abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7abd


Comments

No comments written yet.

Please login to write comment.