Color spaces of #d28beb
RGB | 210 | 139 | 235 |
---|---|---|---|
HSL | 0.79 | 0.71 | 0.73 |
HSV | 284° | 41° | 92° |
CMYK | 0.11 | 0.41 | 0.00 0.08 |
XYZ | 50.8064 | 38.1650 | 83.2861 |
Yxy | 38.1650 | 0.2949 | 0.2216 |
Hunter Lab | 61.7778 | 38.6881 | -36.6876 |
CIE-Lab | 68.1420 | 43.1044 | -37.8361 |
#d28beb color RGB value is (210,139,235).
#d28beb hex color red value is 210, green value is 139 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d28beb hue: 0.79 , saturation: 0.71 and the lightness value of d28beb is 0.73.
The process color (four color CMYK) of #d28beb color hex is 0.11, 0.41, 0.00, 0.08. Web safe color of #d28beb is #cc99ff. Color #d28beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 10001011 | 11101011 |
Octal | 322 | 213 | 353 |
Decimal | 210 | 139 | 235 |
Hex | D2 | 8B | EB |
Shades of #d28beb
Tints of #d28beb
RGB Percentages of Color #d28beb
CMYK Percentages of Color #d28beb
Complementary Color
#d28beb | #a4eb8b |
#d28beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d28beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d28beb Color CSS Codes
.mybgcolor {background-color:#d28beb; } .myforecolor {color:#d28beb; } .mybordercolor {border:3px solid #d28beb; }
#d28beb Text Font Color
<p style="color:#d28beb">Text here</p>
This sample text font color is #d28beb
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.
#d28beb Background Color
<div style="background-color:#d28beb">
Div content here</div>
This div background color is #d28beb
#d28beb Border Color
<div style="border:3px solid #d28beb">
Div here</div>
This div border color is #d28beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,139,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d28beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d28beb; -webkit-box-shadow: 1px 1px 3px 2px #d28beb; box-shadow: 1px 1px 3px 2px #d28beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,139,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d28beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d28beb; -webkit-box-shadow: 1px 1px 3px 2px #d28beb; box-shadow: 1px 1px 3px 2px #d28beb;">
Div content here</div>
This div box has shadow with color #d28beb
Comments
No comments written yet.
Please login to write comment.