Color Hex Logo

#be91dc Color Hex

#BE91DC
(190,145,220)
0 Favorites   0 Comments

Color spaces of #be91dc

RGB 190145220
HSL0.770.520.72
HSV276°34°86°
CMYK 0.140.340.00   0.14
XYZ44.278936.365372.3956
Yxy36.36530.28930.2376
Hunter Lab60.303625.5350-28.9661
CIE-Lab66.798130.7167-31.8057

#be91dc color RGB value is (190,145,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010001 11011100
Octal 276 221 334
Decimal 190 145 220
Hex BE 91 DC

RGB Percentages of Color #be91dc

%34.23
%26.13
%39.64

CMYK Percentages of Color #be91dc

%14
%34
%0
%14

Triadic Colors of #be91dc

#be91dc #dcbe91 #91dcbe

Analogous Colors of #be91dc

#be91dc #dc91d5 #9991dc

Monochromatic Colors of #be91dc

#be91dc

Complementary Color

#be91dc #afdc91

#be91dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be91dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be91dc Color CSS Codes

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

#be91dc Text Font Color

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

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


#be91dc Background Color

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

This div background color is #be91dc


#be91dc Border Color

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

This div border color is #be91dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be91dc


Comments

No comments written yet.

Please login to write comment.