Color Hex Logo

#fa66cd Color Hex

#FA66CD
(250,102,205)
0 Favorites   0 Comments

Color spaces of #fa66cd

RGB 250102205
HSL0.880.940.69
HSV318°59°98°
CMYK 0.000.590.18   0.02
XYZ55.195234.234561.4564
Yxy34.23450.36580.2269
Hunter Lab58.510365.9937-21.3182
CIE-Lab65.148367.3717-25.3738

#fa66cd color RGB value is (250,102,205).

#fa66cd hex color red value is 250, green value is 102 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fa66cd hue: 0.88 , saturation: 0.94 and the lightness value of fa66cd is 0.69.

The process color (four color CMYK) of #fa66cd color hex is 0.00, 0.59, 0.18, 0.02. Web safe color of #fa66cd is #ff66cc. Color #fa66cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100110 11001101
Octal 372 146 315
Decimal 250 102 205
Hex FA 66 CD

RGB Percentages of Color #fa66cd

%44.88
%18.31
%36.80

CMYK Percentages of Color #fa66cd

%0
%59
%18
%2

Triadic Colors of #fa66cd

#fa66cd #cdfa66 #66cdfa

Analogous Colors of #fa66cd

#fa66cd #fa6683 #dd66fa

Monochromatic Colors of #fa66cd

#fa66cd

Complementary Color

#fa66cd #66fa93

#fa66cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa66cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa66cd Color CSS Codes

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

#fa66cd Text Font Color

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

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


#fa66cd Background Color

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

This div background color is #fa66cd


#fa66cd Border Color

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

This div border color is #fa66cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa66cd

Related Colors


Comments

No comments written yet.

Please login to write comment.