Color Hex Logo

#ca7884 Color Hex

#CA7884
(202,120,132)
0 Favorites   0 Comments

Color spaces of #ca7884

RGB 202120132
HSL0.980.440.63
HSV351°41°79°
CMYK 0.000.410.35   0.21
XYZ35.238427.655425.3106
Yxy27.65540.39950.3135
Hunter Lab52.588427.57958.2758
CIE-Lab59.576133.43507.3304

#ca7884 color RGB value is (202,120,132).

#ca7884 hex color red value is 202, green value is 120 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ca7884 hue: 0.98 , saturation: 0.44 and the lightness value of ca7884 is 0.63.

The process color (four color CMYK) of #ca7884 color hex is 0.00, 0.41, 0.35, 0.21. Web safe color of #ca7884 is #cc6699. Color #ca7884 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111000 10000100
Octal 312 170 204
Decimal 202 120 132
Hex CA 78 84

RGB Percentages of Color #ca7884

%44.49
%26.43
%29.07

CMYK Percentages of Color #ca7884

%0
%41
%35
%21

Triadic Colors of #ca7884

#ca7884 #84ca78 #7884ca

Analogous Colors of #ca7884

#ca7884 #ca9578 #ca78ad

Monochromatic Colors of #ca7884

#ca7884

Complementary Color

#ca7884 #78cabe

#ca7884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7884 Color CSS Codes

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

#ca7884 Text Font Color

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

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


#ca7884 Background Color

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

This div background color is #ca7884


#ca7884 Border Color

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

This div border color is #ca7884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7884

#ca7884 Color Palettes


Comments

No comments written yet.

Please login to write comment.