Color spaces of #be93fd
RGB | 190 | 147 | 253 |
---|---|---|---|
HSL | 0.73 | 0.96 | 0.78 |
HSV | 264° | 42° | 99° |
CMYK | 0.25 | 0.42 | 0.00 0.01 |
XYZ | 49.3985 | 38.9064 | 97.8346 |
Yxy | 38.9064 | 0.2654 | 0.2090 |
Hunter Lab | 62.3750 | 32.2086 | -49.3333 |
CIE-Lab | 68.6834 | 36.9875 | -46.9868 |
#be93fd color RGB value is (190,147,253).
#be93fd hex color red value is 190, green value is 147 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #be93fd hue: 0.73 , saturation: 0.96 and the lightness value of be93fd is 0.78.
The process color (four color CMYK) of #be93fd color hex is 0.25, 0.42, 0.00, 0.01. Web safe color of #be93fd is #cc99ff. Color #be93fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10010011 | 11111101 |
Octal | 276 | 223 | 375 |
Decimal | 190 | 147 | 253 |
Hex | BE | 93 | FD |
Shades of #be93fd
Tints of #be93fd
RGB Percentages of Color #be93fd
CMYK Percentages of Color #be93fd
Complementary Color
#be93fd | #d2fd93 |
#be93fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be93fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#be93fd Color CSS Codes
.mybgcolor {background-color:#be93fd; } .myforecolor {color:#be93fd; } .mybordercolor {border:3px solid #be93fd; }
#be93fd Text Font Color
<p style="color:#be93fd">Text here</p>
This sample text font color is #be93fd
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.
#be93fd Background Color
<div style="background-color:#be93fd">
Div content here</div>
This div background color is #be93fd
#be93fd Border Color
<div style="border:3px solid #be93fd">
Div here</div>
This div border color is #be93fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,147,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be93fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be93fd; -webkit-box-shadow: 1px 1px 3px 2px #be93fd; box-shadow: 1px 1px 3px 2px #be93fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,147,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #be93fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be93fd; -webkit-box-shadow: 1px 1px 3px 2px #be93fd; box-shadow: 1px 1px 3px 2px #be93fd;">
Div content here</div>
This div box has shadow with color #be93fd
Comments
No comments written yet.
Please login to write comment.