Color spaces of #c38bcf
RGB | 195 | 139 | 207 |
---|---|---|---|
HSL | 0.80 | 0.41 | 0.68 |
HSV | 289° | 33° | 81° |
CMYK | 0.06 | 0.33 | 0.00 0.19 |
XYZ | 43.0008 | 34.5723 | 63.4382 |
Yxy | 34.5723 | 0.3049 | 0.2452 |
Hunter Lab | 58.7982 | 27.6452 | -22.8100 |
CIE-Lab | 65.4143 | 32.9155 | -26.6730 |
#c38bcf color RGB value is (195,139,207).
#c38bcf hex color red value is 195, green value is 139 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c38bcf hue: 0.80 , saturation: 0.41 and the lightness value of c38bcf is 0.68.
The process color (four color CMYK) of #c38bcf color hex is 0.06, 0.33, 0.00, 0.19. Web safe color of #c38bcf is #cc99cc. Color #c38bcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10001011 | 11001111 |
Octal | 303 | 213 | 317 |
Decimal | 195 | 139 | 207 |
Hex | C3 | 8B | CF |
Shades of #c38bcf
Tints of #c38bcf
RGB Percentages of Color #c38bcf
CMYK Percentages of Color #c38bcf
Complementary Color
#c38bcf | #97cf8b |
#c38bcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c38bcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c38bcf Color CSS Codes
.mybgcolor {background-color:#c38bcf; } .myforecolor {color:#c38bcf; } .mybordercolor {border:3px solid #c38bcf; }
#c38bcf Text Font Color
<p style="color:#c38bcf">Text here</p>
This sample text font color is #c38bcf
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.
#c38bcf Background Color
<div style="background-color:#c38bcf">
Div content here</div>
This div background color is #c38bcf
#c38bcf Border Color
<div style="border:3px solid #c38bcf">
Div here</div>
This div border color is #c38bcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,139,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c38bcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c38bcf; -webkit-box-shadow: 1px 1px 3px 2px #c38bcf; box-shadow: 1px 1px 3px 2px #c38bcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,139,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 #c38bcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c38bcf; -webkit-box-shadow: 1px 1px 3px 2px #c38bcf; box-shadow: 1px 1px 3px 2px #c38bcf;">
Div content here</div>
This div box has shadow with color #c38bcf
Comments
No comments written yet.
Please login to write comment.