Color spaces of #be26bf
RGB | 190 | 38 | 191 |
---|---|---|---|
HSL | 0.83 | 0.67 | 0.45 |
HSV | 300° | 80° | 75° |
CMYK | 0.01 | 0.80 | 0.00 0.25 |
XYZ | 31.3323 | 16.0950 | 50.7455 |
Yxy | 16.0950 | 0.3192 | 0.1639 |
Hunter Lab | 40.1186 | 69.1996 | -46.9122 |
CIE-Lab | 47.0989 | 73.4212 | -46.2722 |
#be26bf color RGB value is (190,38,191).
#be26bf hex color red value is 190, green value is 38 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #be26bf hue: 0.83 , saturation: 0.67 and the lightness value of be26bf is 0.45.
The process color (four color CMYK) of #be26bf color hex is 0.01, 0.80, 0.00, 0.25. Web safe color of #be26bf is #cc33cc. Color #be26bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 00100110 | 10111111 |
Octal | 276 | 46 | 277 |
Decimal | 190 | 38 | 191 |
Hex | BE | 26 | BF |
Shades of #be26bf
Tints of #be26bf
RGB Percentages of Color #be26bf
CMYK Percentages of Color #be26bf
Complementary Color
#be26bf | #27bf26 |
#be26bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be26bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#be26bf Color CSS Codes
.mybgcolor {background-color:#be26bf; } .myforecolor {color:#be26bf; } .mybordercolor {border:3px solid #be26bf; }
#be26bf Text Font Color
<p style="color:#be26bf">Text here</p>
This sample text font color is #be26bf
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.
#be26bf Background Color
<div style="background-color:#be26bf">
Div content here</div>
This div background color is #be26bf
#be26bf Border Color
<div style="border:3px solid #be26bf">
Div here</div>
This div border color is #be26bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,38,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be26bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be26bf; -webkit-box-shadow: 1px 1px 3px 2px #be26bf; box-shadow: 1px 1px 3px 2px #be26bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,38,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be26bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be26bf; -webkit-box-shadow: 1px 1px 3px 2px #be26bf; box-shadow: 1px 1px 3px 2px #be26bf;">
Div content here</div>
This div box has shadow with color #be26bf
Comments
No comments written yet.
Please login to write comment.