Color Hex Logo

#b098cd Color Hex

#B098CD
(176,152,205)
0 Favorites   0 Comments

Color spaces of #b098cd

RGB 176152205
HSL0.740.350.70
HSV267°26°80°
CMYK 0.140.260.00   0.20
XYZ40.152236.094462.6083
Yxy36.09440.28920.2599
Hunter Lab60.078614.1589-19.7314
CIE-Lab66.592019.1691-23.9109

#b098cd color RGB value is (176,152,205).

#b098cd hex color red value is 176, green value is 152 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b098cd hue: 0.74 , saturation: 0.35 and the lightness value of b098cd is 0.70.

The process color (four color CMYK) of #b098cd color hex is 0.14, 0.26, 0.00, 0.20. Web safe color of #b098cd is #9999cc. Color #b098cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011000 11001101
Octal 260 230 315
Decimal 176 152 205
Hex B0 98 CD

RGB Percentages of Color #b098cd

%33.02
%28.52
%38.46

CMYK Percentages of Color #b098cd

%14
%26
%0
%20

Triadic Colors of #b098cd

#b098cd #cdb098 #98cdb0

Analogous Colors of #b098cd

#b098cd #cb98cd #989bcd

Monochromatic Colors of #b098cd

#b098cd

Complementary Color

#b098cd #b5cd98

#b098cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b098cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b098cd Color CSS Codes

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

#b098cd Text Font Color

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

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


#b098cd Background Color

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

This div background color is #b098cd


#b098cd Border Color

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

This div border color is #b098cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b098cd


Comments

No comments written yet.

Please login to write comment.