Color Hex Logo

#fa42cd Color Hex

#FA42CD
(250,66,205)
0 Favorites   0 Comments

Color spaces of #fa42cd

RGB 25066205
HSL0.870.950.62
HSV315°74°98°
CMYK 0.000.740.18   0.02
XYZ52.392028.628260.5220
Yxy28.62820.37020.2023
Hunter Lab53.505381.1515-29.6115
CIE-Lab60.452180.4290-32.6287

#fa42cd color RGB value is (250,66,205).

#fa42cd hex color red value is 250, green value is 66 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fa42cd hue: 0.87 , saturation: 0.95 and the lightness value of fa42cd is 0.62.

The process color (four color CMYK) of #fa42cd color hex is 0.00, 0.74, 0.18, 0.02. Web safe color of #fa42cd is #ff33cc. Color #fa42cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000010 11001101
Octal 372 102 315
Decimal 250 66 205
Hex FA 42 CD

RGB Percentages of Color #fa42cd

%47.98
%12.67
%39.35

CMYK Percentages of Color #fa42cd

%0
%74
%18
%2

Triadic Colors of #fa42cd

#fa42cd #cdfa42 #42cdfa

Analogous Colors of #fa42cd

#fa42cd #fa4271 #cb42fa

Monochromatic Colors of #fa42cd

#fa42cd

Complementary Color

#fa42cd #42fa6f

#fa42cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa42cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa42cd Color CSS Codes

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

#fa42cd Text Font Color

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

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


#fa42cd Background Color

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

This div background color is #fa42cd


#fa42cd Border Color

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

This div border color is #fa42cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa42cd


Comments

No comments written yet.

Please login to write comment.