Color Hex Logo

#fd6cca Color Hex

#FD6CCA
(253,108,202)
0 Favorites   0 Comments

Color spaces of #fd6cca

RGB 253108202
HSL0.890.970.71
HSV321°57°99°
CMYK 0.000.570.20   0.01
XYZ56.531235.872059.8216
Yxy35.87200.37140.2357
Hunter Lab59.893263.6669-17.2938
CIE-Lab66.422065.2204-21.6989

#fd6cca color RGB value is (253,108,202).

#fd6cca hex color red value is 253, green value is 108 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fd6cca hue: 0.89 , saturation: 0.97 and the lightness value of fd6cca is 0.71.

The process color (four color CMYK) of #fd6cca color hex is 0.00, 0.57, 0.20, 0.01. Web safe color of #fd6cca is #ff66cc. Color #fd6cca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101100 11001010
Octal 375 154 312
Decimal 253 108 202
Hex FD 6C CA

RGB Percentages of Color #fd6cca

%44.94
%19.18
%35.88

CMYK Percentages of Color #fd6cca

%0
%57
%20
%1

Triadic Colors of #fd6cca

#fd6cca #cafd6c #6ccafd

Analogous Colors of #fd6cca

#fd6cca #fd6c82 #e86cfd

Monochromatic Colors of #fd6cca

#fd6cca

Complementary Color

#fd6cca #6cfd9f

#fd6cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6cca Color CSS Codes

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

#fd6cca Text Font Color

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

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


#fd6cca Background Color

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

This div background color is #fd6cca


#fd6cca Border Color

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

This div border color is #fd6cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6cca


Comments

No comments written yet.

Please login to write comment.