Color spaces of #ca4efb
RGB | 202 | 78 | 251 |
---|---|---|---|
HSL | 0.79 | 0.96 | 0.65 |
HSV | 283° | 69° | 98° |
CMYK | 0.20 | 0.69 | 0.00 0.02 |
XYZ | 44.4941 | 24.9704 | 93.7415 |
Yxy | 24.9704 | 0.2726 | 0.1530 |
Hunter Lab | 49.9704 | 71.4899 | -76.2453 |
CIE-Lab | 57.0466 | 73.3761 | -64.3205 |
#ca4efb color RGB value is (202,78,251).
#ca4efb hex color red value is 202, green value is 78 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ca4efb hue: 0.79 , saturation: 0.96 and the lightness value of ca4efb is 0.65.
The process color (four color CMYK) of #ca4efb color hex is 0.20, 0.69, 0.00, 0.02. Web safe color of #ca4efb is #cc66ff. Color #ca4efb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01001110 | 11111011 |
Octal | 312 | 116 | 373 |
Decimal | 202 | 78 | 251 |
Hex | CA | 4E | FB |
Shades of #ca4efb
Tints of #ca4efb
RGB Percentages of Color #ca4efb
CMYK Percentages of Color #ca4efb
Complementary Color
#ca4efb | #7ffb4e |
#ca4efb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca4efb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca4efb Color CSS Codes
.mybgcolor {background-color:#ca4efb; } .myforecolor {color:#ca4efb; } .mybordercolor {border:3px solid #ca4efb; }
#ca4efb Text Font Color
<p style="color:#ca4efb">Text here</p>
This sample text font color is #ca4efb
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.
#ca4efb Background Color
<div style="background-color:#ca4efb">
Div content here</div>
This div background color is #ca4efb
#ca4efb Border Color
<div style="border:3px solid #ca4efb">
Div here</div>
This div border color is #ca4efb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,78,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca4efb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca4efb; -webkit-box-shadow: 1px 1px 3px 2px #ca4efb; box-shadow: 1px 1px 3px 2px #ca4efb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,78,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca4efb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca4efb; -webkit-box-shadow: 1px 1px 3px 2px #ca4efb; box-shadow: 1px 1px 3px 2px #ca4efb;">
Div content here</div>
This div box has shadow with color #ca4efb
Comments
No comments written yet.
Please login to write comment.