Color Hex Logo

#ca5fad Color Hex

#CA5FAD
(202,95,173)
0 Favorites   0 Comments

Color spaces of #ca5fad

RGB 20295173
HSL0.880.500.58
HSV316°53°79°
CMYK 0.000.530.14   0.21
XYZ35.992223.758142.2239
Yxy23.75810.35300.2330
Hunter Lab48.742346.5087-17.2415
CIE-Lab55.844852.0616-21.9762

#ca5fad color RGB value is (202,95,173).

#ca5fad hex color red value is 202, green value is 95 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ca5fad hue: 0.88 , saturation: 0.50 and the lightness value of ca5fad is 0.58.

The process color (four color CMYK) of #ca5fad color hex is 0.00, 0.53, 0.14, 0.21. Web safe color of #ca5fad is #cc6699. Color #ca5fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011111 10101101
Octal 312 137 255
Decimal 202 95 173
Hex CA 5F AD

RGB Percentages of Color #ca5fad

%42.98
%20.21
%36.81

CMYK Percentages of Color #ca5fad

%0
%53
%14
%21

Triadic Colors of #ca5fad

#ca5fad #adca5f #5fadca

Analogous Colors of #ca5fad

#ca5fad #ca5f78 #b25fca

Monochromatic Colors of #ca5fad

#ca5fad

Complementary Color

#ca5fad #5fca7c

#ca5fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5fad Color CSS Codes

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

#ca5fad Text Font Color

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

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


#ca5fad Background Color

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

This div background color is #ca5fad


#ca5fad Border Color

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

This div border color is #ca5fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5fad


Comments

No comments written yet.

Please login to write comment.