Color Hex Logo

#b898de Color Hex

#B898DE
(184,152,222)
0 Favorites   0 Comments

Color spaces of #b898de

RGB 184152222
HSL0.740.510.73
HSV267°32°87°
CMYK 0.170.320.00   0.13
XYZ44.180237.920774.0981
Yxy37.92070.28280.2428
Hunter Lab61.579820.2996-28.2370
CIE-Lab67.962125.4112-31.1565

#b898de color RGB value is (184,152,222).

#b898de hex color red value is 184, green value is 152 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b898de hue: 0.74 , saturation: 0.51 and the lightness value of b898de is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011000 11011110
Octal 270 230 336
Decimal 184 152 222
Hex B8 98 DE

RGB Percentages of Color #b898de

%32.97
%27.24
%39.78

CMYK Percentages of Color #b898de

%17
%32
%0
%13

Triadic Colors of #b898de

#b898de #deb898 #98deb8

Analogous Colors of #b898de

#b898de #db98de #989bde

Monochromatic Colors of #b898de

#b898de

Complementary Color

#b898de #bede98

#b898de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b898de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b898de Color CSS Codes

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

#b898de Text Font Color

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

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


#b898de Background Color

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

This div background color is #b898de


#b898de Border Color

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

This div border color is #b898de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b898de


Comments

No comments written yet.

Please login to write comment.