Color Hex Logo

#be94da Color Hex

#BE94DA
(190,148,218)
0 Favorites   0 Comments

Color spaces of #be94da

RGB 190148218
HSL0.770.490.72
HSV276°32°85°
CMYK 0.130.320.00   0.15
XYZ44.480037.188971.1635
Yxy37.18890.29100.2433
Hunter Lab60.982723.4759-26.5003
CIE-Lab67.418528.6284-29.7401

#be94da color RGB value is (190,148,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010100 11011010
Octal 276 224 332
Decimal 190 148 218
Hex BE 94 DA

RGB Percentages of Color #be94da

%34.17
%26.62
%39.21

CMYK Percentages of Color #be94da

%13
%32
%0
%15

Triadic Colors of #be94da

#be94da #dabe94 #94dabe

Analogous Colors of #be94da

#be94da #da94d3 #9b94da

Monochromatic Colors of #be94da

#be94da

Complementary Color

#be94da #b0da94

#be94da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be94da Color Preview on White Background

Lorem ipsum dolor sit amet.

#be94da Color CSS Codes

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

#be94da Text Font Color

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

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


#be94da Background Color

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

This div background color is #be94da


#be94da Border Color

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

This div border color is #be94da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,148,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #be94da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be94da


Comments

No comments written yet.

Please login to write comment.