Color spaces of #d258cf
RGB | 210 | 88 | 207 |
---|---|---|---|
HSL | 0.84 | 0.58 | 0.58 |
HSV | 301° | 58° | 82° |
CMYK | 0.00 | 0.58 | 0.01 0.18 |
XYZ | 41.3306 | 25.1861 | 61.7145 |
Yxy | 25.1861 | 0.3223 | 0.1964 |
Hunter Lab | 50.1858 | 59.1790 | -37.7802 |
CIE-Lab | 57.2563 | 63.0440 | -39.2117 |
#d258cf color RGB value is (210,88,207).
#d258cf hex color red value is 210, green value is 88 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d258cf hue: 0.84 , saturation: 0.58 and the lightness value of d258cf is 0.58.
The process color (four color CMYK) of #d258cf color hex is 0.00, 0.58, 0.01, 0.18. Web safe color of #d258cf is #cc66cc. Color #d258cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 01011000 | 11001111 |
Octal | 322 | 130 | 317 |
Decimal | 210 | 88 | 207 |
Hex | D2 | 58 | CF |
Shades of #d258cf
Tints of #d258cf
RGB Percentages of Color #d258cf
CMYK Percentages of Color #d258cf
Complementary Color
#d258cf | #58d25b |
#d258cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d258cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d258cf Color CSS Codes
.mybgcolor {background-color:#d258cf; } .myforecolor {color:#d258cf; } .mybordercolor {border:3px solid #d258cf; }
#d258cf Text Font Color
<p style="color:#d258cf">Text here</p>
This sample text font color is #d258cf
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.
#d258cf Background Color
<div style="background-color:#d258cf">
Div content here</div>
This div background color is #d258cf
#d258cf Border Color
<div style="border:3px solid #d258cf">
Div here</div>
This div border color is #d258cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,88,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d258cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d258cf; -webkit-box-shadow: 1px 1px 3px 2px #d258cf; box-shadow: 1px 1px 3px 2px #d258cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,88,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d258cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d258cf; -webkit-box-shadow: 1px 1px 3px 2px #d258cf; box-shadow: 1px 1px 3px 2px #d258cf;">
Div content here</div>
This div box has shadow with color #d258cf
Comments
No comments written yet.
Please login to write comment.