Color Hex Logo

#fe38cc Color Hex

#FE38CC
(254,56,204)
0 Favorites   0 Comments

Color spaces of #fe38cc

RGB 25456204
HSL0.880.990.61
HSV315°78°100°
CMYK 0.000.780.20   0.00
XYZ53.186328.258859.7780
Yxy28.25880.37660.2001
Hunter Lab53.159085.5634-29.4611
CIE-Lab60.121883.9139-32.5215

#fe38cc color RGB value is (254,56,204).

#fe38cc hex color red value is 254, green value is 56 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fe38cc hue: 0.88 , saturation: 0.99 and the lightness value of fe38cc is 0.61.

The process color (four color CMYK) of #fe38cc color hex is 0.00, 0.78, 0.20, 0.00. Web safe color of #fe38cc is #ff33cc. Color #fe38cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111000 11001100
Octal 376 70 314
Decimal 254 56 204
Hex FE 38 CC

RGB Percentages of Color #fe38cc

%49.42
%10.89
%39.69

CMYK Percentages of Color #fe38cc

%0
%78
%20
%0

Triadic Colors of #fe38cc

#fe38cc #ccfe38 #38ccfe

Analogous Colors of #fe38cc

#fe38cc #fe3869 #cd38fe

Monochromatic Colors of #fe38cc

#fe38cc

Complementary Color

#fe38cc #38fe6a

#fe38cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe38cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe38cc Color CSS Codes

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

#fe38cc Text Font Color

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

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


#fe38cc Background Color

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

This div background color is #fe38cc


#fe38cc Border Color

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

This div border color is #fe38cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe38cc

Related Colors


Comments

No comments written yet.

Please login to write comment.