Color Hex Logo

#be8adc Color Hex

#BE8ADC
(190,138,220)
0 Favorites   0 Comments

Color spaces of #be8adc

RGB 190138220
HSL0.770.540.70
HSV278°37°86°
CMYK 0.140.370.00   0.14
XYZ43.242034.291472.0500
Yxy34.29140.28910.2292
Hunter Lab58.558929.3329-31.9584
CIE-Lab65.193234.5848-34.2945

#be8adc color RGB value is (190,138,220).

#be8adc hex color red value is 190, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #be8adc hue: 0.77 , saturation: 0.54 and the lightness value of be8adc is 0.70.

The process color (four color CMYK) of #be8adc color hex is 0.14, 0.37, 0.00, 0.14. Web safe color of #be8adc is #cc99cc. Color #be8adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10001010 11011100
Octal 276 212 334
Decimal 190 138 220
Hex BE 8A DC

RGB Percentages of Color #be8adc

%34.67
%25.18
%40.15

CMYK Percentages of Color #be8adc

%14
%37
%0
%14

Triadic Colors of #be8adc

#be8adc #dcbe8a #8adcbe

Analogous Colors of #be8adc

#be8adc #dc8ad1 #958adc

Monochromatic Colors of #be8adc

#be8adc

Complementary Color

#be8adc #a8dc8a

#be8adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8adc Color CSS Codes

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

#be8adc Text Font Color

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

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


#be8adc Background Color

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

This div background color is #be8adc


#be8adc Border Color

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

This div border color is #be8adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8adc


Comments

No comments written yet.

Please login to write comment.