Color Hex Logo

#ca4774 Color Hex

#CA4774
(202,71,116)
0 Favorites   0 Comments

Color spaces of #ca4774

RGB 20271116
HSL0.940.550.54
HSV339°65°79°
CMYK 0.000.650.43   0.21
XYZ29.762718.324018.4912
Yxy18.32400.44700.2752
Hunter Lab42.806549.19674.3530
CIE-Lab49.886755.53792.8424

#ca4774 color RGB value is (202,71,116).

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

The process color (four color CMYK) of #ca4774 color hex is 0.00, 0.65, 0.43, 0.21. Web safe color of #ca4774 is #cc3366. Color #ca4774 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000111 01110100
Octal 312 107 164
Decimal 202 71 116
Hex CA 47 74

RGB Percentages of Color #ca4774

%51.93
%18.25
%29.82

CMYK Percentages of Color #ca4774

%0
%65
%43
%21

Triadic Colors of #ca4774

#ca4774 #74ca47 #4774ca

Analogous Colors of #ca4774

#ca4774 #ca5c47 #ca47b6

Monochromatic Colors of #ca4774

#ca4774

Complementary Color

#ca4774 #47ca9d

#ca4774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4774 Color CSS Codes

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

#ca4774 Text Font Color

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

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


#ca4774 Background Color

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

This div background color is #ca4774


#ca4774 Border Color

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

This div border color is #ca4774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4774


Comments

No comments written yet.

Please login to write comment.