Color Hex Logo

#fc78cd Color Hex

#FC78CD
(252,120,205)
0 Favorites   0 Comments

Color spaces of #fc78cd

RGB 252120205
HSL0.890.960.73
HSV321°52°99°
CMYK 0.000.520.19   0.01
XYZ57.880838.536262.1452
Yxy38.53620.36500.2430
Hunter Lab62.077557.7969-15.9004
CIE-Lab68.414059.9543-20.3585

#fc78cd color RGB value is (252,120,205).

#fc78cd hex color red value is 252, green value is 120 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fc78cd hue: 0.89 , saturation: 0.96 and the lightness value of fc78cd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111000 11001101
Octal 374 170 315
Decimal 252 120 205
Hex FC 78 CD

RGB Percentages of Color #fc78cd

%43.67
%20.80
%35.53

CMYK Percentages of Color #fc78cd

%0
%52
%19
%1

Triadic Colors of #fc78cd

#fc78cd #cdfc78 #78cdfc

Analogous Colors of #fc78cd

#fc78cd #fc788b #e978fc

Monochromatic Colors of #fc78cd

#fc78cd

Complementary Color

#fc78cd #78fca7

#fc78cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc78cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc78cd Color CSS Codes

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

#fc78cd Text Font Color

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

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


#fc78cd Background Color

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

This div background color is #fc78cd


#fc78cd Border Color

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

This div border color is #fc78cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc78cd

Related Colors


Comments

No comments written yet.

Please login to write comment.