Color Hex Logo

#fd3aca Color Hex

#FD3ACA
(253,58,202)
0 Favorites   0 Comments

Color spaces of #fd3aca

RGB 25358202
HSL0.880.980.61
HSV316°77°99°
CMYK 0.000.770.20   0.01
XYZ52.681728.173058.5384
Yxy28.17300.37790.2021
Hunter Lab53.078284.2795-28.2344
CIE-Lab60.044782.9391-31.5145

#fd3aca color RGB value is (253,58,202).

#fd3aca hex color red value is 253, green value is 58 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fd3aca hue: 0.88 , saturation: 0.98 and the lightness value of fd3aca is 0.61.

The process color (four color CMYK) of #fd3aca color hex is 0.00, 0.77, 0.20, 0.01. Web safe color of #fd3aca is #ff33cc. Color #fd3aca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111010 11001010
Octal 375 72 312
Decimal 253 58 202
Hex FD 3A CA

RGB Percentages of Color #fd3aca

%49.32
%11.31
%39.38

CMYK Percentages of Color #fd3aca

%0
%77
%20
%1

Triadic Colors of #fd3aca

#fd3aca #cafd3a #3acafd

Analogous Colors of #fd3aca

#fd3aca #fd3a69 #cf3afd

Monochromatic Colors of #fd3aca

#fd3aca

Complementary Color

#fd3aca #3afd6d

#fd3aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3aca Color CSS Codes

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

#fd3aca Text Font Color

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

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


#fd3aca Background Color

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

This div background color is #fd3aca


#fd3aca Border Color

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

This div border color is #fd3aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3aca

Related Colors


Comments

No comments written yet.

Please login to write comment.