Color Hex Logo

#be98dc Color Hex

#BE98DC
(190,152,220)
0 Favorites   0 Comments

Color spaces of #be98dc

RGB 190152220
HSL0.760.490.73
HSV274°31°86°
CMYK 0.140.310.00   0.14
XYZ45.381738.570972.7632
Yxy38.57090.28960.2461
Hunter Lab62.105521.7489-25.9907
CIE-Lab68.439326.8341-29.2710

#be98dc color RGB value is (190,152,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011000 11011100
Octal 276 230 334
Decimal 190 152 220
Hex BE 98 DC

RGB Percentages of Color #be98dc

%33.81
%27.05
%39.15

CMYK Percentages of Color #be98dc

%14
%31
%0
%14

Triadic Colors of #be98dc

#be98dc #dcbe98 #98dcbe

Analogous Colors of #be98dc

#be98dc #dc98d8 #9c98dc

Monochromatic Colors of #be98dc

#be98dc

Complementary Color

#be98dc #b6dc98

#be98dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be98dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be98dc Color CSS Codes

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

#be98dc Text Font Color

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

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


#be98dc Background Color

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

This div background color is #be98dc


#be98dc Border Color

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

This div border color is #be98dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be98dc


Comments

No comments written yet.

Please login to write comment.