Color Hex Logo

#be7dd5 Color Hex

#BE7DD5
(190,125,213)
0 Favorites   0 Comments

Color spaces of #be7dd5

RGB 190125213
HSL0.790.510.66
HSV284°41°84°
CMYK 0.110.410.00   0.16
XYZ40.579130.418566.6834
Yxy30.41850.29470.2209
Hunter Lab55.153034.8147-33.0783
CIE-Lab62.013640.2282-35.3373

#be7dd5 color RGB value is (190,125,213).

#be7dd5 hex color red value is 190, green value is 125 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #be7dd5 hue: 0.79 , saturation: 0.51 and the lightness value of be7dd5 is 0.66.

The process color (four color CMYK) of #be7dd5 color hex is 0.11, 0.41, 0.00, 0.16. Web safe color of #be7dd5 is #cc66cc. Color #be7dd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111101 11010101
Octal 276 175 325
Decimal 190 125 213
Hex BE 7D D5

RGB Percentages of Color #be7dd5

%35.98
%23.67
%40.34

CMYK Percentages of Color #be7dd5

%11
%41
%0
%16

Triadic Colors of #be7dd5

#be7dd5 #d5be7d #7dd5be

Analogous Colors of #be7dd5

#be7dd5 #d57dc0 #927dd5

Monochromatic Colors of #be7dd5

#be7dd5

Complementary Color

#be7dd5 #94d57d

#be7dd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7dd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7dd5 Color CSS Codes

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

#be7dd5 Text Font Color

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

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


#be7dd5 Background Color

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

This div background color is #be7dd5


#be7dd5 Border Color

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

This div border color is #be7dd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7dd5


Comments

No comments written yet.

Please login to write comment.