Color Hex Logo

#fe7bcc Color Hex

#FE7BCC
(254,123,204)
0 Favorites   0 Comments

Color spaces of #fe7bcc

RGB 254123204
HSL0.900.980.74
HSV323°52°100°
CMYK 0.000.520.20   0.00
XYZ58.855139.596461.6676
Yxy39.59640.36760.2473
Hunter Lab62.925756.8332-14.0566
CIE-Lab69.181159.0124-18.6097

#fe7bcc color RGB value is (254,123,204).

#fe7bcc hex color red value is 254, green value is 123 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fe7bcc hue: 0.90 , saturation: 0.98 and the lightness value of fe7bcc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111011 11001100
Octal 376 173 314
Decimal 254 123 204
Hex FE 7B CC

RGB Percentages of Color #fe7bcc

%43.72
%21.17
%35.11

CMYK Percentages of Color #fe7bcc

%0
%52
%20
%0

Triadic Colors of #fe7bcc

#fe7bcc #ccfe7b #7bccfe

Analogous Colors of #fe7bcc

#fe7bcc #fe7b8b #ef7bfe

Monochromatic Colors of #fe7bcc

#fe7bcc

Complementary Color

#fe7bcc #7bfead

#fe7bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7bcc Color CSS Codes

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

#fe7bcc Text Font Color

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

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


#fe7bcc Background Color

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

This div background color is #fe7bcc


#fe7bcc Border Color

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

This div border color is #fe7bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7bcc


Comments

No comments written yet.

Please login to write comment.