Color Hex Logo

#fe38da Color Hex

#FE38DA
(254,56,218)
0 Favorites   0 Comments

Color spaces of #fe38da

RGB 25456218
HSL0.860.990.61
HSV311°78°100°
CMYK 0.000.780.14   0.00
XYZ54.942128.961169.0240
Yxy28.96110.35930.1894
Hunter Lab53.815588.0596-38.3747
CIE-Lab60.747385.7029-39.4851

#fe38da color RGB value is (254,56,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111000 11011010
Octal 376 70 332
Decimal 254 56 218
Hex FE 38 DA

RGB Percentages of Color #fe38da

%48.11
%10.61
%41.29

CMYK Percentages of Color #fe38da

%0
%78
%14
%0

Triadic Colors of #fe38da

#fe38da #dafe38 #38dafe

Analogous Colors of #fe38da

#fe38da #fe3877 #bf38fe

Monochromatic Colors of #fe38da

#fe38da

Complementary Color

#fe38da #38fe5c

#fe38da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe38da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe38da Color CSS Codes

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

#fe38da Text Font Color

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

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


#fe38da Background Color

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

This div background color is #fe38da


#fe38da Border Color

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

This div border color is #fe38da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe38da


Comments

No comments written yet.

Please login to write comment.