Color Hex Logo

#fc78ef Color Hex

#FC78EF
(252,120,239)
0 Favorites   0 Comments

Color spaces of #fc78ef

RGB 252120239
HSL0.850.960.73
HSV306°52°99°
CMYK 0.000.520.05   0.01
XYZ62.441340.360486.1607
Yxy40.36040.33040.2136
Hunter Lab63.529864.2643-35.9396
CIE-Lab69.725565.1519-37.1867

#fc78ef color RGB value is (252,120,239).

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

The process color (four color CMYK) of #fc78ef color hex is 0.00, 0.52, 0.05, 0.01. Web safe color of #fc78ef is #ff66ff. Color #fc78ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111000 11101111
Octal 374 170 357
Decimal 252 120 239
Hex FC 78 EF

RGB Percentages of Color #fc78ef

%41.24
%19.64
%39.12

CMYK Percentages of Color #fc78ef

%0
%52
%5
%1

Triadic Colors of #fc78ef

#fc78ef #effc78 #78effc

Analogous Colors of #fc78ef

#fc78ef #fc78ad #c778fc

Monochromatic Colors of #fc78ef

#fc78ef

Complementary Color

#fc78ef #78fc85

#fc78ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc78ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc78ef Color CSS Codes

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

#fc78ef Text Font Color

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

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


#fc78ef Background Color

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

This div background color is #fc78ef


#fc78ef Border Color

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

This div border color is #fc78ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,120,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc78ef


Comments

No comments written yet.

Please login to write comment.