Color Hex Logo

#be7dd1 Color Hex

#BE7DD1
(190,125,209)
0 Favorites   0 Comments

Color spaces of #be7dd1

RGB 190125209
HSL0.800.480.65
HSV286°40°82°
CMYK 0.090.400.00   0.18
XYZ40.077430.217864.0419
Yxy30.21780.29830.2249
Hunter Lab54.970733.9399-30.5944
CIE-Lab61.841739.4114-33.3609

#be7dd1 color RGB value is (190,125,209).

#be7dd1 hex color red value is 190, green value is 125 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #be7dd1 hue: 0.80 , saturation: 0.48 and the lightness value of be7dd1 is 0.65.

The process color (four color CMYK) of #be7dd1 color hex is 0.09, 0.40, 0.00, 0.18. Web safe color of #be7dd1 is #cc66cc. Color #be7dd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111101 11010001
Octal 276 175 321
Decimal 190 125 209
Hex BE 7D D1

RGB Percentages of Color #be7dd1

%36.26
%23.85
%39.89

CMYK Percentages of Color #be7dd1

%9
%40
%0
%18

Triadic Colors of #be7dd1

#be7dd1 #d1be7d #7dd1be

Analogous Colors of #be7dd1

#be7dd1 #d17dba #947dd1

Monochromatic Colors of #be7dd1

#be7dd1

Complementary Color

#be7dd1 #90d17d

#be7dd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7dd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7dd1 Color CSS Codes

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

#be7dd1 Text Font Color

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

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


#be7dd1 Background Color

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

This div background color is #be7dd1


#be7dd1 Border Color

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

This div border color is #be7dd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7dd1


Comments

No comments written yet.

Please login to write comment.