Color spaces of #b898cd
RGB | 184 | 152 | 205 |
---|---|---|---|
HSL | 0.77 | 0.35 | 0.70 |
HSV | 276° | 26° | 80° |
CMYK | 0.10 | 0.26 | 0.00 0.20 |
XYZ | 42.0148 | 37.0546 | 62.6954 |
Yxy | 37.0546 | 0.2964 | 0.2614 |
Hunter Lab | 60.8725 | 16.6756 | -18.4548 |
CIE-Lab | 67.3180 | 21.7535 | -22.7363 |
#b898cd color RGB value is (184,152,205).
#b898cd hex color red value is 184, green value is 152 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b898cd hue: 0.77 , saturation: 0.35 and the lightness value of b898cd is 0.70.
The process color (four color CMYK) of #b898cd color hex is 0.10, 0.26, 0.00, 0.20. Web safe color of #b898cd is #cc99cc. Color #b898cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 10011000 | 11001101 |
Octal | 270 | 230 | 315 |
Decimal | 184 | 152 | 205 |
Hex | B8 | 98 | CD |
Shades of #b898cd
Tints of #b898cd
RGB Percentages of Color #b898cd
CMYK Percentages of Color #b898cd
Complementary Color
#b898cd | #adcd98 |
#b898cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b898cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b898cd Color CSS Codes
.mybgcolor {background-color:#b898cd; } .myforecolor {color:#b898cd; } .mybordercolor {border:3px solid #b898cd; }
#b898cd Text Font Color
<p style="color:#b898cd">Text here</p>
This sample text font color is #b898cd
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.
#b898cd Background Color
<div style="background-color:#b898cd">
Div content here</div>
This div background color is #b898cd
#b898cd Border Color
<div style="border:3px solid #b898cd">
Div here</div>
This div border color is #b898cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,152,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b898cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b898cd; -webkit-box-shadow: 1px 1px 3px 2px #b898cd; box-shadow: 1px 1px 3px 2px #b898cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,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 #b898cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b898cd; -webkit-box-shadow: 1px 1px 3px 2px #b898cd; box-shadow: 1px 1px 3px 2px #b898cd;">
Div content here</div>
This div box has shadow with color #b898cd
Comments
No comments written yet.
Please login to write comment.