Color spaces of #be74dc
RGB | 190 | 116 | 220 |
---|---|---|---|
HSL | 0.79 | 0.60 | 0.66 |
HSV | 283° | 47° | 86° |
CMYK | 0.14 | 0.47 | 0.00 0.14 |
XYZ | 40.3989 | 28.6052 | 71.1023 |
Yxy | 28.6052 | 0.2883 | 0.2042 |
Hunter Lab | 53.4838 | 41.2329 | -41.3824 |
CIE-Lab | 60.4316 | 46.4892 | -41.7367 |
#be74dc color RGB value is (190,116,220).
#be74dc hex color red value is 190, green value is 116 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #be74dc hue: 0.79 , saturation: 0.60 and the lightness value of be74dc is 0.66.
The process color (four color CMYK) of #be74dc color hex is 0.14, 0.47, 0.00, 0.14. Web safe color of #be74dc is #cc66cc. Color #be74dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 01110100 | 11011100 |
Octal | 276 | 164 | 334 |
Decimal | 190 | 116 | 220 |
Hex | BE | 74 | DC |
Shades of #be74dc
Tints of #be74dc
RGB Percentages of Color #be74dc
CMYK Percentages of Color #be74dc
Complementary Color
#be74dc | #92dc74 |
#be74dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be74dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#be74dc Color CSS Codes
.mybgcolor {background-color:#be74dc; } .myforecolor {color:#be74dc; } .mybordercolor {border:3px solid #be74dc; }
#be74dc Text Font Color
<p style="color:#be74dc">Text here</p>
This sample text font color is #be74dc
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.
#be74dc Background Color
<div style="background-color:#be74dc">
Div content here</div>
This div background color is #be74dc
#be74dc Border Color
<div style="border:3px solid #be74dc">
Div here</div>
This div border color is #be74dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,116,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be74dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be74dc; -webkit-box-shadow: 1px 1px 3px 2px #be74dc; box-shadow: 1px 1px 3px 2px #be74dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,116,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be74dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be74dc; -webkit-box-shadow: 1px 1px 3px 2px #be74dc; box-shadow: 1px 1px 3px 2px #be74dc;">
Div content here</div>
This div box has shadow with color #be74dc
Comments
No comments written yet.
Please login to write comment.