Color Hex Logo

#ffa7ca Color Hex

#FFA7CA
(255,167,202)
0 Favorites   0 Comments

Color spaces of #ffa7ca

RGB 255167202
HSL0.931.000.83
HSV336°35°100°
CMYK 0.000.350.21   0.00
XYZ65.719453.161762.6746
Yxy53.16170.36200.2928
Hunter Lab72.912133.29510.0733
CIE-Lab77.970437.0905-4.3517

#ffa7ca color RGB value is (255,167,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100111 11001010
Octal 377 247 312
Decimal 255 167 202
Hex FF A7 CA

RGB Percentages of Color #ffa7ca

%40.87
%26.76
%32.37

CMYK Percentages of Color #ffa7ca

%0
%35
%21
%0

Triadic Colors of #ffa7ca

#ffa7ca #caffa7 #a7caff

Analogous Colors of #ffa7ca

#ffa7ca #ffb0a7 #ffa7f6

Monochromatic Colors of #ffa7ca

#ffa7ca

Complementary Color

#ffa7ca #a7ffdc

#ffa7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa7ca Color CSS Codes

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

#ffa7ca Text Font Color

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

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


#ffa7ca Background Color

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

This div background color is #ffa7ca


#ffa7ca Border Color

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

This div border color is #ffa7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa7ca


Comments

No comments written yet.

Please login to write comment.