Color Hex Logo

#be98df Color Hex

#BE98DF
(190,152,223)
0 Favorites   0 Comments

Color spaces of #be98df

RGB 190152223
HSL0.760.530.74
HSV272°32°87°
CMYK 0.150.320.00   0.13
XYZ45.782738.731374.8749
Yxy38.73130.28720.2430
Hunter Lab62.234522.4029-27.7682
CIE-Lab68.556227.4780-30.7449

#be98df color RGB value is (190,152,223).

#be98df hex color red value is 190, green value is 152 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #be98df hue: 0.76 , saturation: 0.53 and the lightness value of be98df is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011000 11011111
Octal 276 230 337
Decimal 190 152 223
Hex BE 98 DF

RGB Percentages of Color #be98df

%33.63
%26.90
%39.47

CMYK Percentages of Color #be98df

%15
%32
%0
%13

Triadic Colors of #be98df

#be98df #dfbe98 #98dfbe

Analogous Colors of #be98df

#be98df #df98dd #9b98df

Monochromatic Colors of #be98df

#be98df

Complementary Color

#be98df #b9df98

#be98df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be98df Color Preview on White Background

Lorem ipsum dolor sit amet.

#be98df Color CSS Codes

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

#be98df Text Font Color

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

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


#be98df Background Color

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

This div background color is #be98df


#be98df Border Color

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

This div border color is #be98df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be98df


Comments

No comments written yet.

Please login to write comment.