Color Hex Logo

#fd69cd Color Hex

#FD69CD
(253,105,205)
0 Favorites   0 Comments

Color spaces of #fd69cd

RGB 253105205
HSL0.890.970.70
HSV319°58°99°
CMYK 0.000.580.19   0.01
XYZ56.579035.393661.6072
Yxy35.39360.36840.2305
Hunter Lab59.492565.6464-19.7527
CIE-Lab66.054066.9253-23.9473

#fd69cd color RGB value is (253,105,205).

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

The process color (four color CMYK) of #fd69cd color hex is 0.00, 0.58, 0.19, 0.01. Web safe color of #fd69cd is #ff66cc. Color #fd69cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101001 11001101
Octal 375 151 315
Decimal 253 105 205
Hex FD 69 CD

RGB Percentages of Color #fd69cd

%44.94
%18.65
%36.41

CMYK Percentages of Color #fd69cd

%0
%58
%19
%1

Triadic Colors of #fd69cd

#fd69cd #cdfd69 #69cdfd

Analogous Colors of #fd69cd

#fd69cd #fd6983 #e369fd

Monochromatic Colors of #fd69cd

#fd69cd

Complementary Color

#fd69cd #69fd99

#fd69cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd69cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd69cd Color CSS Codes

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

#fd69cd Text Font Color

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

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


#fd69cd Background Color

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

This div background color is #fd69cd


#fd69cd Border Color

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

This div border color is #fd69cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,105,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd69cd


Comments

No comments written yet.

Please login to write comment.