Color Hex Logo

#be4fdc Color Hex

#BE4FDC
(190,79,220)
0 Favorites   0 Comments

Color spaces of #be4fdc

RGB 19079220
HSL0.800.670.59
HSV287°64°86°
CMYK 0.140.640.00   0.14
XYZ36.949521.706469.9525
Yxy21.70640.28730.1688
Hunter Lab46.590160.0313-56.4076
CIE-Lab53.714164.4246-52.3782

#be4fdc color RGB value is (190,79,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001111 11011100
Octal 276 117 334
Decimal 190 79 220
Hex BE 4F DC

RGB Percentages of Color #be4fdc

%38.85
%16.16
%44.99

CMYK Percentages of Color #be4fdc

%14
%64
%0
%14

Triadic Colors of #be4fdc

#be4fdc #dcbe4f #4fdcbe

Analogous Colors of #be4fdc

#be4fdc #dc4fb4 #784fdc

Monochromatic Colors of #be4fdc

#be4fdc

Complementary Color

#be4fdc #6ddc4f

#be4fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4fdc Color CSS Codes

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

#be4fdc Text Font Color

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

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


#be4fdc Background Color

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

This div background color is #be4fdc


#be4fdc Border Color

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

This div border color is #be4fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4fdc


Comments

No comments written yet.

Please login to write comment.