Color Hex Logo

#be7dbd Color Hex

#BE7DBD
(190,125,189)
0 Favorites   0 Comments

Color spaces of #be7dbd

RGB 190125189
HSL0.840.330.62
HSV301°34°75°
CMYK 0.000.340.01   0.25
XYZ37.754129.288551.8075
Yxy29.28850.31770.2464
Hunter Lab54.118929.8162-18.8746
CIE-Lab61.035435.4970-23.3179

#be7dbd color RGB value is (190,125,189).

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

The process color (four color CMYK) of #be7dbd color hex is 0.00, 0.34, 0.01, 0.25. Web safe color of #be7dbd is #cc66cc. Color #be7dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111101 10111101
Octal 276 175 275
Decimal 190 125 189
Hex BE 7D BD

RGB Percentages of Color #be7dbd

%37.70
%24.80
%37.50

CMYK Percentages of Color #be7dbd

%0
%34
%1
%25

Triadic Colors of #be7dbd

#be7dbd #bdbe7d #7dbdbe

Analogous Colors of #be7dbd

#be7dbd #be7d9d #9f7dbe

Monochromatic Colors of #be7dbd

#be7dbd

Complementary Color

#be7dbd #7dbe7e

#be7dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7dbd Color CSS Codes

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

#be7dbd Text Font Color

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

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


#be7dbd Background Color

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

This div background color is #be7dbd


#be7dbd Border Color

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

This div border color is #be7dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7dbd


Comments

No comments written yet.

Please login to write comment.