Color Hex Logo

#ca4faf Color Hex

#CA4FAF
(202,79,175)
0 Favorites   0 Comments

Color spaces of #ca4faf

RGB 20279175
HSL0.870.540.55
HSV313°61°79°
CMYK 0.000.610.13   0.21
XYZ34.891021.243742.8189
Yxy21.24370.35260.2147
Hunter Lab46.090954.4662-22.8174
CIE-Lab53.215259.6686-27.1919

#ca4faf color RGB value is (202,79,175).

#ca4faf hex color red value is 202, green value is 79 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ca4faf hue: 0.87 , saturation: 0.54 and the lightness value of ca4faf is 0.55.

The process color (four color CMYK) of #ca4faf color hex is 0.00, 0.61, 0.13, 0.21. Web safe color of #ca4faf is #cc6699. Color #ca4faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001111 10101111
Octal 312 117 257
Decimal 202 79 175
Hex CA 4F AF

RGB Percentages of Color #ca4faf

%44.30
%17.32
%38.38

CMYK Percentages of Color #ca4faf

%0
%61
%13
%21

Triadic Colors of #ca4faf

#ca4faf #afca4f #4fafca

Analogous Colors of #ca4faf

#ca4faf #ca4f72 #a84fca

Monochromatic Colors of #ca4faf

#ca4faf

Complementary Color

#ca4faf #4fca6a

#ca4faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4faf Color CSS Codes

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

#ca4faf Text Font Color

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

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


#ca4faf Background Color

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

This div background color is #ca4faf


#ca4faf Border Color

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

This div border color is #ca4faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4faf


Comments

No comments written yet.

Please login to write comment.