Color Hex Logo

#ffa3ca Color Hex

#FFA3CA
(255,163,202)
0 Favorites   0 Comments

Color spaces of #ffa3ca

RGB 255163202
HSL0.931.000.82
HSV335°36°100°
CMYK 0.000.360.21   0.00
XYZ64.997951.718762.4341
Yxy51.71870.36280.2887
Hunter Lab71.915735.4770-1.1320
CIE-Lab77.112339.1650-5.6180

#ffa3ca color RGB value is (255,163,202).

#ffa3ca hex color red value is 255, green value is 163 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ffa3ca hue: 0.93 , saturation: 1.00 and the lightness value of ffa3ca is 0.82.

The process color (four color CMYK) of #ffa3ca color hex is 0.00, 0.36, 0.21, 0.00. Web safe color of #ffa3ca is #ff99cc. Color #ffa3ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100011 11001010
Octal 377 243 312
Decimal 255 163 202
Hex FF A3 CA

RGB Percentages of Color #ffa3ca

%41.13
%26.29
%32.58

CMYK Percentages of Color #ffa3ca

%0
%36
%21
%0

Triadic Colors of #ffa3ca

#ffa3ca #caffa3 #a3caff

Analogous Colors of #ffa3ca

#ffa3ca #ffaaa3 #ffa3f8

Monochromatic Colors of #ffa3ca

#ffa3ca

Complementary Color

#ffa3ca #a3ffd8

#ffa3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa3ca Color CSS Codes

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

#ffa3ca Text Font Color

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

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


#ffa3ca Background Color

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

This div background color is #ffa3ca


#ffa3ca Border Color

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

This div border color is #ffa3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa3ca

Related Colors

#ffa3ca Color Palettes


Comments

No comments written yet.

Please login to write comment.