Color Hex Logo

#ca5adf Color Hex

#CA5ADF
(202,90,223)
0 Favorites   0 Comments

Color spaces of #ca5adf

RGB 20290223
HSL0.810.680.61
HSV291°60°87°
CMYK 0.090.600.00   0.13
XYZ41.332625.196672.4970
Yxy25.19660.29730.1812
Hunter Lab50.196259.1372-50.4936
CIE-Lab57.266563.0062-48.3210

#ca5adf color RGB value is (202,90,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011010 11011111
Octal 312 132 337
Decimal 202 90 223
Hex CA 5A DF

RGB Percentages of Color #ca5adf

%39.22
%17.48
%43.30

CMYK Percentages of Color #ca5adf

%9
%60
%0
%13

Triadic Colors of #ca5adf

#ca5adf #dfca5a #5adfca

Analogous Colors of #ca5adf

#ca5adf #df5ab2 #885adf

Monochromatic Colors of #ca5adf

#ca5adf

Complementary Color

#ca5adf #6fdf5a

#ca5adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5adf Color CSS Codes

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

#ca5adf Text Font Color

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

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


#ca5adf Background Color

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

This div background color is #ca5adf


#ca5adf Border Color

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

This div border color is #ca5adf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,90,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 #ca5adf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5adf


Comments

No comments written yet.

Please login to write comment.