Color Hex Logo

#be7edc Color Hex

#BE7EDC
(190,126,220)
0 Favorites   0 Comments

Color spaces of #be7edc

RGB 190126220
HSL0.780.570.68
HSV281°43°86°
CMYK 0.140.430.00   0.14
XYZ41.614331.036271.5074
Yxy31.03620.28870.2153
Hunter Lab55.710135.8430-37.1053
CIE-Lab62.538241.1420-38.4336

#be7edc color RGB value is (190,126,220).

#be7edc hex color red value is 190, green value is 126 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #be7edc hue: 0.78 , saturation: 0.57 and the lightness value of be7edc is 0.68.

The process color (four color CMYK) of #be7edc color hex is 0.14, 0.43, 0.00, 0.14. Web safe color of #be7edc is #cc66cc. Color #be7edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111110 11011100
Octal 276 176 334
Decimal 190 126 220
Hex BE 7E DC

RGB Percentages of Color #be7edc

%35.45
%23.51
%41.04

CMYK Percentages of Color #be7edc

%14
%43
%0
%14

Triadic Colors of #be7edc

#be7edc #dcbe7e #7edcbe

Analogous Colors of #be7edc

#be7edc #dc7ecb #8f7edc

Monochromatic Colors of #be7edc

#be7edc

Complementary Color

#be7edc #9cdc7e

#be7edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7edc Color CSS Codes

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

#be7edc Text Font Color

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

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


#be7edc Background Color

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

This div background color is #be7edc


#be7edc Border Color

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

This div border color is #be7edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7edc


Comments

No comments written yet.

Please login to write comment.