Color spaces of #be4acd
RGB | 190 | 74 | 205 |
---|---|---|---|
HSL | 0.81 | 0.57 | 0.55 |
HSV | 293° | 64° | 80° |
CMYK | 0.07 | 0.64 | 0.00 0.20 |
XYZ | 34.7034 | 20.2525 | 59.8377 |
Yxy | 20.2525 | 0.3023 | 0.1764 |
Hunter Lab | 45.0028 | 58.8935 | -47.3327 |
CIE-Lab | 52.1215 | 63.7399 | -46.3696 |
#be4acd color RGB value is (190,74,205).
#be4acd hex color red value is 190, green value is 74 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #be4acd hue: 0.81 , saturation: 0.57 and the lightness value of be4acd is 0.55.
The process color (four color CMYK) of #be4acd color hex is 0.07, 0.64, 0.00, 0.20. Web safe color of #be4acd is #cc33cc. Color #be4acd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 01001010 | 11001101 |
Octal | 276 | 112 | 315 |
Decimal | 190 | 74 | 205 |
Hex | BE | 4A | CD |
Shades of #be4acd
Tints of #be4acd
RGB Percentages of Color #be4acd
CMYK Percentages of Color #be4acd
Complementary Color
#be4acd | #59cd4a |
#be4acd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be4acd Color Preview on White Background
Lorem ipsum dolor sit amet.
#be4acd Color CSS Codes
.mybgcolor {background-color:#be4acd; } .myforecolor {color:#be4acd; } .mybordercolor {border:3px solid #be4acd; }
#be4acd Text Font Color
<p style="color:#be4acd">Text here</p>
This sample text font color is #be4acd
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.
#be4acd Background Color
<div style="background-color:#be4acd">
Div content here</div>
This div background color is #be4acd
#be4acd Border Color
<div style="border:3px solid #be4acd">
Div here</div>
This div border color is #be4acd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,74,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be4acd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be4acd; -webkit-box-shadow: 1px 1px 3px 2px #be4acd; box-shadow: 1px 1px 3px 2px #be4acd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,74,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 #be4acd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be4acd; -webkit-box-shadow: 1px 1px 3px 2px #be4acd; box-shadow: 1px 1px 3px 2px #be4acd;">
Div content here</div>
This div box has shadow with color #be4acd
Comments
No comments written yet.
Please login to write comment.