Color Hex Logo

#ca4a7c Color Hex

#CA4A7C
(202,74,124)
0 Favorites   0 Comments

Color spaces of #ca4a7c

RGB 20274124
HSL0.930.550.54
HSV337°63°79°
CMYK 0.000.630.39   0.21
XYZ30.444018.909421.1141
Yxy18.90940.43200.2683
Hunter Lab43.484948.87001.6512
CIE-Lab50.581055.1165-0.9675

#ca4a7c color RGB value is (202,74,124).

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

The process color (four color CMYK) of #ca4a7c color hex is 0.00, 0.63, 0.39, 0.21. Web safe color of #ca4a7c is #cc3366. Color #ca4a7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001010 01111100
Octal 312 112 174
Decimal 202 74 124
Hex CA 4A 7C

RGB Percentages of Color #ca4a7c

%50.50
%18.50
%31.00

CMYK Percentages of Color #ca4a7c

%0
%63
%39
%21

Triadic Colors of #ca4a7c

#ca4a7c #7cca4a #4a7cca

Analogous Colors of #ca4a7c

#ca4a7c #ca584a #ca4abc

Monochromatic Colors of #ca4a7c

#ca4a7c

Complementary Color

#ca4a7c #4aca98

#ca4a7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4a7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4a7c Color CSS Codes

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

#ca4a7c Text Font Color

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

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


#ca4a7c Background Color

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

This div background color is #ca4a7c


#ca4a7c Border Color

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

This div border color is #ca4a7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4a7c


Comments

No comments written yet.

Please login to write comment.