Color Hex Logo

#ffa8ca Color Hex

#FFA8CA
(255,168,202)
0 Favorites   0 Comments

Color spaces of #ffa8ca

RGB 255168202
HSL0.931.000.83
HSV337°34°100°
CMYK 0.000.340.21   0.00
XYZ65.903353.529562.7359
Yxy53.52950.36180.2938
Hunter Lab73.163932.74950.3752
CIE-Lab78.186636.5705-4.0331

#ffa8ca color RGB value is (255,168,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101000 11001010
Octal 377 250 312
Decimal 255 168 202
Hex FF A8 CA

RGB Percentages of Color #ffa8ca

%40.80
%26.88
%32.32

CMYK Percentages of Color #ffa8ca

%0
%34
%21
%0

Triadic Colors of #ffa8ca

#ffa8ca #caffa8 #a8caff

Analogous Colors of #ffa8ca

#ffa8ca #ffb2a8 #ffa8f6

Monochromatic Colors of #ffa8ca

#ffa8ca

Complementary Color

#ffa8ca #a8ffdd

#ffa8ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa8ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa8ca Color CSS Codes

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

#ffa8ca Text Font Color

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

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


#ffa8ca Background Color

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

This div background color is #ffa8ca


#ffa8ca Border Color

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

This div border color is #ffa8ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,168,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 #ffa8ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa8ca


Comments

No comments written yet.

Please login to write comment.