Color spaces of #ca7beb
RGB | 202 | 123 | 235 |
---|---|---|---|
HSL | 0.78 | 0.74 | 0.70 |
HSV | 282° | 48° | 92° |
CMYK | 0.14 | 0.48 | 0.00 0.08 |
XYZ | 46.4355 | 32.7206 | 82.4656 |
Yxy | 32.7206 | 0.2873 | 0.2025 |
Hunter Lab | 57.2019 | 44.7997 | -45.4345 |
CIE-Lab | 63.9340 | 49.2551 | -44.4887 |
#ca7beb color RGB value is (202,123,235).
#ca7beb hex color red value is 202, green value is 123 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ca7beb hue: 0.78 , saturation: 0.74 and the lightness value of ca7beb is 0.70.
The process color (four color CMYK) of #ca7beb color hex is 0.14, 0.48, 0.00, 0.08. Web safe color of #ca7beb is #cc66ff. Color #ca7beb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01111011 | 11101011 |
Octal | 312 | 173 | 353 |
Decimal | 202 | 123 | 235 |
Hex | CA | 7B | EB |
Shades of #ca7beb
Tints of #ca7beb
RGB Percentages of Color #ca7beb
CMYK Percentages of Color #ca7beb
Complementary Color
#ca7beb | #9ceb7b |
#ca7beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca7beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca7beb Color CSS Codes
.mybgcolor {background-color:#ca7beb; } .myforecolor {color:#ca7beb; } .mybordercolor {border:3px solid #ca7beb; }
#ca7beb Text Font Color
<p style="color:#ca7beb">Text here</p>
This sample text font color is #ca7beb
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.
#ca7beb Background Color
<div style="background-color:#ca7beb">
Div content here</div>
This div background color is #ca7beb
#ca7beb Border Color
<div style="border:3px solid #ca7beb">
Div here</div>
This div border color is #ca7beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,123,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca7beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca7beb; -webkit-box-shadow: 1px 1px 3px 2px #ca7beb; box-shadow: 1px 1px 3px 2px #ca7beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,123,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca7beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca7beb; -webkit-box-shadow: 1px 1px 3px 2px #ca7beb; box-shadow: 1px 1px 3px 2px #ca7beb;">
Div content here</div>
This div box has shadow with color #ca7beb
Comments
No comments written yet.
Please login to write comment.