Color Hex Logo

#ca469c Color Hex

#CA469C
(202,70,156)
0 Favorites   0 Comments

Color spaces of #ca469c

RGB 20270156
HSL0.890.550.53
HSV321°65°79°
CMYK 0.000.650.23   0.21
XYZ32.548019.337233.4695
Yxy19.33720.38130.2266
Hunter Lab43.974155.1645-14.3449
CIE-Lab51.079460.6744-19.3228

#ca469c color RGB value is (202,70,156).

#ca469c hex color red value is 202, green value is 70 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ca469c hue: 0.89 , saturation: 0.55 and the lightness value of ca469c is 0.53.

The process color (four color CMYK) of #ca469c color hex is 0.00, 0.65, 0.23, 0.21. Web safe color of #ca469c is #cc3399. Color #ca469c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000110 10011100
Octal 312 106 234
Decimal 202 70 156
Hex CA 46 9C

RGB Percentages of Color #ca469c

%47.20
%16.36
%36.45

CMYK Percentages of Color #ca469c

%0
%65
%23
%21

Triadic Colors of #ca469c

#ca469c #9cca46 #469cca

Analogous Colors of #ca469c

#ca469c #ca465a #b646ca

Monochromatic Colors of #ca469c

#ca469c

Complementary Color

#ca469c #46ca74

#ca469c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca469c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca469c Color CSS Codes

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

#ca469c Text Font Color

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

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


#ca469c Background Color

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

This div background color is #ca469c


#ca469c Border Color

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

This div border color is #ca469c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca469c


Comments

No comments written yet.

Please login to write comment.