Color Hex Logo

#be98cc Color Hex

#BE98CC
(190,152,204)
0 Favorites   0 Comments

Color spaces of #be98cc

RGB 190152204
HSL0.790.340.70
HSV284°25°80°
CMYK 0.070.250.00   0.20
XYZ43.362537.763362.1303
Yxy37.76330.30270.2636
Hunter Lab61.451918.4149-16.9283
CIE-Lab67.845823.5082-21.3248

#be98cc color RGB value is (190,152,204).

#be98cc hex color red value is 190, green value is 152 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #be98cc hue: 0.79 , saturation: 0.34 and the lightness value of be98cc is 0.70.

The process color (four color CMYK) of #be98cc color hex is 0.07, 0.25, 0.00, 0.20. Web safe color of #be98cc is #cc99cc. Color #be98cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011000 11001100
Octal 276 230 314
Decimal 190 152 204
Hex BE 98 CC

RGB Percentages of Color #be98cc

%34.80
%27.84
%37.36

CMYK Percentages of Color #be98cc

%7
%25
%0
%20

Triadic Colors of #be98cc

#be98cc #ccbe98 #98ccbe

Analogous Colors of #be98cc

#be98cc #cc98c0 #a498cc

Monochromatic Colors of #be98cc

#be98cc

Complementary Color

#be98cc #a6cc98

#be98cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be98cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be98cc Color CSS Codes

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

#be98cc Text Font Color

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

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


#be98cc Background Color

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

This div background color is #be98cc


#be98cc Border Color

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

This div border color is #be98cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be98cc


Comments

No comments written yet.

Please login to write comment.