Color Hex Logo

#ca50df Color Hex

#CA50DF
(202,80,223)
0 Favorites   0 Comments

Color spaces of #ca50df

RGB 20280223
HSL0.810.690.59
HSV291°64°87°
CMYK 0.090.640.00   0.13
XYZ40.545123.621672.2345
Yxy23.62160.29720.1732
Hunter Lab48.602163.8557-54.0979
CIE-Lab55.706967.3072-50.7989

#ca50df color RGB value is (202,80,223).

#ca50df hex color red value is 202, green value is 80 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ca50df hue: 0.81 , saturation: 0.69 and the lightness value of ca50df is 0.59.

The process color (four color CMYK) of #ca50df color hex is 0.09, 0.64, 0.00, 0.13. Web safe color of #ca50df is #cc66cc. Color #ca50df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010000 11011111
Octal 312 120 337
Decimal 202 80 223
Hex CA 50 DF

RGB Percentages of Color #ca50df

%40.00
%15.84
%44.16

CMYK Percentages of Color #ca50df

%9
%64
%0
%13

Triadic Colors of #ca50df

#ca50df #dfca50 #50dfca

Analogous Colors of #ca50df

#ca50df #df50ad #8350df

Monochromatic Colors of #ca50df

#ca50df

Complementary Color

#ca50df #65df50

#ca50df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca50df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca50df Color CSS Codes

.mybgcolor {background-color:#ca50df; } 
.myforecolor {color:#ca50df; }
.mybordercolor {border:3px solid #ca50df; }

#ca50df Text Font Color

<p style="color:#ca50df">Text here</p>

This sample text font color is #ca50df
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.


#ca50df Background Color

<div style="background-color:#ca50df">
Div content here</div>

This div background color is #ca50df


#ca50df Border Color

<div style="border:3px solid #ca50df">
Div here</div>

This div border color is #ca50df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,80,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca50df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca50df;
  -webkit-box-shadow: 1px 1px 3px 2px #ca50df;
  box-shadow:         1px 1px 3px 2px #ca50df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,80,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ca50df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ca50df;
  -webkit-box-shadow: 1px 1px 3px 2px #ca50df;
  box-shadow:         1px 1px 3px 2px #ca50df;">
Div content here</div>

This div box has shadow with color #ca50df


Comments

No comments written yet.

Please login to write comment.