Color Hex Logo

#fe78cb Color Hex

#FE78CB
(254,120,203)
0 Favorites   0 Comments

Color spaces of #fe78cb

RGB 254120203
HSL0.900.990.73
HSV323°53°100°
CMYK 0.000.530.20   0.00
XYZ58.369038.815660.9157
Yxy38.81560.36920.2455
Hunter Lab62.302258.2024-14.3590
CIE-Lab68.617560.2653-18.9062

#fe78cb color RGB value is (254,120,203).

#fe78cb hex color red value is 254, green value is 120 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fe78cb hue: 0.90 , saturation: 0.99 and the lightness value of fe78cb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111000 11001011
Octal 376 170 313
Decimal 254 120 203
Hex FE 78 CB

RGB Percentages of Color #fe78cb

%44.02
%20.80
%35.18

CMYK Percentages of Color #fe78cb

%0
%53
%20
%0

Triadic Colors of #fe78cb

#fe78cb #cbfe78 #78cbfe

Analogous Colors of #fe78cb

#fe78cb #fe7888 #ee78fe

Monochromatic Colors of #fe78cb

#fe78cb

Complementary Color

#fe78cb #78feab

#fe78cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe78cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe78cb Color CSS Codes

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

#fe78cb Text Font Color

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

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


#fe78cb Background Color

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

This div background color is #fe78cb


#fe78cb Border Color

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

This div border color is #fe78cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe78cb

Related Colors


Comments

No comments written yet.

Please login to write comment.