Color Hex Logo

#fd67ca Color Hex

#FD67CA
(253,103,202)
0 Favorites   0 Comments

Color spaces of #fd67ca

RGB 253103202
HSL0.890.970.70
HSV320°59°99°
CMYK 0.000.590.20   0.01
XYZ56.018934.847459.6508
Yxy34.84740.37220.2315
Hunter Lab59.031766.0845-18.5896
CIE-Lab65.629767.3615-22.9089

#fd67ca color RGB value is (253,103,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100111 11001010
Octal 375 147 312
Decimal 253 103 202
Hex FD 67 CA

RGB Percentages of Color #fd67ca

%45.34
%18.46
%36.20

CMYK Percentages of Color #fd67ca

%0
%59
%20
%1

Triadic Colors of #fd67ca

#fd67ca #cafd67 #67cafd

Analogous Colors of #fd67ca

#fd67ca #fd677f #e567fd

Monochromatic Colors of #fd67ca

#fd67ca

Complementary Color

#fd67ca #67fd9a

#fd67ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd67ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd67ca Color CSS Codes

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

#fd67ca Text Font Color

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

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


#fd67ca Background Color

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

This div background color is #fd67ca


#fd67ca Border Color

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

This div border color is #fd67ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd67ca


Comments

No comments written yet.

Please login to write comment.