Color Hex Logo

#be6adc Color Hex

#BE6ADC
(190,106,220)
0 Favorites   0 Comments

Color spaces of #be6adc

RGB 190106220
HSL0.790.620.64
HSV284°52°86°
CMYK 0.140.520.00   0.14
XYZ39.307526.422570.7385
Yxy26.42250.28800.1936
Hunter Lab51.402846.5432-45.6105
CIE-Lab58.435951.6750-44.8811

#be6adc color RGB value is (190,106,220).

#be6adc hex color red value is 190, green value is 106 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #be6adc hue: 0.79 , saturation: 0.62 and the lightness value of be6adc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101010 11011100
Octal 276 152 334
Decimal 190 106 220
Hex BE 6A DC

RGB Percentages of Color #be6adc

%36.82
%20.54
%42.64

CMYK Percentages of Color #be6adc

%14
%52
%0
%14

Triadic Colors of #be6adc

#be6adc #dcbe6a #6adcbe

Analogous Colors of #be6adc

#be6adc #dc6ac1 #856adc

Monochromatic Colors of #be6adc

#be6adc

Complementary Color

#be6adc #88dc6a

#be6adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6adc Color CSS Codes

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

#be6adc Text Font Color

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

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


#be6adc Background Color

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

This div background color is #be6adc


#be6adc Border Color

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

This div border color is #be6adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6adc


Comments

No comments written yet.

Please login to write comment.