Color Hex Logo

#be98da Color Hex

#BE98DA
(190,152,218)
0 Favorites   0 Comments

Color spaces of #be98da

RGB 190152218
HSL0.760.470.73
HSV275°30°85°
CMYK 0.130.300.00   0.15
XYZ45.118338.465671.3763
Yxy38.46560.29120.2482
Hunter Lab62.020621.3177-24.8193
CIE-Lab68.362426.4081-28.2856

#be98da color RGB value is (190,152,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011000 11011010
Octal 276 230 332
Decimal 190 152 218
Hex BE 98 DA

RGB Percentages of Color #be98da

%33.93
%27.14
%38.93

CMYK Percentages of Color #be98da

%13
%30
%0
%15

Triadic Colors of #be98da

#be98da #dabe98 #98dabe

Analogous Colors of #be98da

#be98da #da98d5 #9d98da

Monochromatic Colors of #be98da

#be98da

Complementary Color

#be98da #b4da98

#be98da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be98da Color Preview on White Background

Lorem ipsum dolor sit amet.

#be98da Color CSS Codes

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

#be98da Text Font Color

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

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


#be98da Background Color

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

This div background color is #be98da


#be98da Border Color

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

This div border color is #be98da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be98da


Comments

No comments written yet.

Please login to write comment.