Color spaces of #200fbf
RGB | 32 | 15 | 191 |
---|---|---|---|
HSL | 0.68 | 0.85 | 0.40 |
HSV | 246° | 92° | 75° |
CMYK | 0.83 | 0.92 | 0.00 0.25 |
XYZ | 10.1705 | 4.4103 | 49.6054 |
Yxy | 4.4103 | 0.1585 | 0.0687 |
Hunter Lab | 21.0007 | 49.6951 | -125.3473 |
CIE-Lab | 24.9840 | 60.7216 | -83.2312 |
#200fbf color RGB value is (32,15,191).
#200fbf hex color red value is 32, green value is 15 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #200fbf hue: 0.68 , saturation: 0.85 and the lightness value of 200fbf is 0.40.
The process color (four color CMYK) of #200fbf color hex is 0.83, 0.92, 0.00, 0.25. Web safe color of #200fbf is #3300cc. Color #200fbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100000 | 00001111 | 10111111 |
Octal | 40 | 17 | 277 |
Decimal | 32 | 15 | 191 |
Hex | 20 | F | BF |
Shades of #200fbf
Tints of #200fbf
RGB Percentages of Color #200fbf
CMYK Percentages of Color #200fbf
Complementary Color
#200fbf | #aebf0f |
#200fbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#200fbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#200fbf Color CSS Codes
.mybgcolor {background-color:#200fbf; } .myforecolor {color:#200fbf; } .mybordercolor {border:3px solid #200fbf; }
#200fbf Text Font Color
<p style="color:#200fbf">Text here</p>
This sample text font color is #200fbf
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.
#200fbf Background Color
<div style="background-color:#200fbf">
Div content here</div>
This div background color is #200fbf
#200fbf Border Color
<div style="border:3px solid #200fbf">
Div here</div>
This div border color is #200fbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(32,15,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #200fbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #200fbf; -webkit-box-shadow: 1px 1px 3px 2px #200fbf; box-shadow: 1px 1px 3px 2px #200fbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(32,15,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 #200fbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #200fbf; -webkit-box-shadow: 1px 1px 3px 2px #200fbf; box-shadow: 1px 1px 3px 2px #200fbf;">
Div content here</div>
This div box has shadow with color #200fbf
Comments
No comments written yet.
Please login to write comment.