Color spaces of #be90bd
RGB | 190 | 144 | 189 |
---|---|---|---|
HSL | 0.84 | 0.26 | 0.65 |
HSV | 301° | 24° | 75° |
CMYK | 0.00 | 0.24 | 0.01 0.25 |
XYZ | 40.3938 | 34.5678 | 52.6874 |
Yxy | 34.5678 | 0.3164 | 0.2708 |
Hunter Lab | 58.7944 | 19.7456 | -11.9755 |
CIE-Lab | 65.4108 | 25.0115 | -16.6532 |
#be90bd color RGB value is (190,144,189).
#be90bd hex color red value is 190, green value is 144 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #be90bd hue: 0.84 , saturation: 0.26 and the lightness value of be90bd is 0.65.
The process color (four color CMYK) of #be90bd color hex is 0.00, 0.24, 0.01, 0.25. Web safe color of #be90bd is #cc99cc. Color #be90bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10010000 | 10111101 |
Octal | 276 | 220 | 275 |
Decimal | 190 | 144 | 189 |
Hex | BE | 90 | BD |
Shades of #be90bd
Tints of #be90bd
RGB Percentages of Color #be90bd
CMYK Percentages of Color #be90bd
Complementary Color
#be90bd | #90be91 |
#be90bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be90bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#be90bd Color CSS Codes
.mybgcolor {background-color:#be90bd; } .myforecolor {color:#be90bd; } .mybordercolor {border:3px solid #be90bd; }
#be90bd Text Font Color
<p style="color:#be90bd">Text here</p>
This sample text font color is #be90bd
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.
#be90bd Background Color
<div style="background-color:#be90bd">
Div content here</div>
This div background color is #be90bd
#be90bd Border Color
<div style="border:3px solid #be90bd">
Div here</div>
This div border color is #be90bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,144,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be90bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be90bd; -webkit-box-shadow: 1px 1px 3px 2px #be90bd; box-shadow: 1px 1px 3px 2px #be90bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,144,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be90bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be90bd; -webkit-box-shadow: 1px 1px 3px 2px #be90bd; box-shadow: 1px 1px 3px 2px #be90bd;">
Div content here</div>
This div box has shadow with color #be90bd
Comments
No comments written yet.
Please login to write comment.