Color Hex Logo

#be4edc Color Hex

#BE4EDC
(190,78,220)
0 Favorites   0 Comments

Color spaces of #be4edc

RGB 19078220
HSL0.800.670.58
HSV287°65°86°
CMYK 0.140.650.00   0.14
XYZ36.877921.563269.9286
Yxy21.56320.28730.1680
Hunter Lab46.436260.4947-56.7799
CIE-Lab53.560564.8510-52.6235

#be4edc color RGB value is (190,78,220).

#be4edc hex color red value is 190, green value is 78 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #be4edc hue: 0.80 , saturation: 0.67 and the lightness value of be4edc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001110 11011100
Octal 276 116 334
Decimal 190 78 220
Hex BE 4E DC

RGB Percentages of Color #be4edc

%38.93
%15.98
%45.08

CMYK Percentages of Color #be4edc

%14
%65
%0
%14

Triadic Colors of #be4edc

#be4edc #dcbe4e #4edcbe

Analogous Colors of #be4edc

#be4edc #dc4eb3 #774edc

Monochromatic Colors of #be4edc

#be4edc

Complementary Color

#be4edc #6cdc4e

#be4edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4edc Color CSS Codes

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

#be4edc Text Font Color

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

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


#be4edc Background Color

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

This div background color is #be4edc


#be4edc Border Color

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

This div border color is #be4edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4edc


Comments

No comments written yet.

Please login to write comment.