Color Hex Logo

#be95dc Color Hex

#BE95DC
(190,149,220)
0 Favorites   0 Comments

Color spaces of #be95dc

RGB 190149220
HSL0.760.500.72
HSV275°32°86°
CMYK 0.140.320.00   0.14
XYZ44.900937.609372.6029
Yxy37.60930.28950.2425
Hunter Lab61.326423.3698-27.2635
CIE-Lab67.731728.4992-30.3626

#be95dc color RGB value is (190,149,220).

#be95dc hex color red value is 190, green value is 149 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #be95dc hue: 0.76 , saturation: 0.50 and the lightness value of be95dc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010101 11011100
Octal 276 225 334
Decimal 190 149 220
Hex BE 95 DC

RGB Percentages of Color #be95dc

%33.99
%26.65
%39.36

CMYK Percentages of Color #be95dc

%14
%32
%0
%14

Triadic Colors of #be95dc

#be95dc #dcbe95 #95dcbe

Analogous Colors of #be95dc

#be95dc #dc95d7 #9b95dc

Monochromatic Colors of #be95dc

#be95dc

Complementary Color

#be95dc #b3dc95

#be95dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be95dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be95dc Color CSS Codes

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

#be95dc Text Font Color

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

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


#be95dc Background Color

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

This div background color is #be95dc


#be95dc Border Color

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

This div border color is #be95dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be95dc


Comments

No comments written yet.

Please login to write comment.