Color Hex Logo

#fd19ee Color Hex

#FD19EE
(253,25,238)
0 Favorites   0 Comments

Color spaces of #fd19ee

RGB 25325238
HSL0.840.980.55
HSV304°90°99°
CMYK 0.000.900.06   0.01
XYZ56.288327.751083.2787
Yxy27.75100.33640.1659
Hunter Lab52.679298.5405-56.8540
CIE-Lab59.663193.7505-52.4495

#fd19ee color RGB value is (253,25,238).

#fd19ee hex color red value is 253, green value is 25 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fd19ee hue: 0.84 , saturation: 0.98 and the lightness value of fd19ee is 0.55.

The process color (four color CMYK) of #fd19ee color hex is 0.00, 0.90, 0.06, 0.01. Web safe color of #fd19ee is #ff00ff. Color #fd19ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011001 11101110
Octal 375 31 356
Decimal 253 25 238
Hex FD 19 EE

RGB Percentages of Color #fd19ee

%49.03
%4.84
%46.12

CMYK Percentages of Color #fd19ee

%0
%90
%6
%1

Triadic Colors of #fd19ee

#fd19ee #eefd19 #19eefd

Analogous Colors of #fd19ee

#fd19ee #fd197c #9a19fd

Monochromatic Colors of #fd19ee

#fd19ee

Complementary Color

#fd19ee #19fd28

#fd19ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd19ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd19ee Color CSS Codes

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

#fd19ee Text Font Color

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

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


#fd19ee Background Color

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

This div background color is #fd19ee


#fd19ee Border Color

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

This div border color is #fd19ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,25,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd19ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd19ee;
  -webkit-box-shadow: 1px 1px 3px 2px #fd19ee;
  box-shadow:         1px 1px 3px 2px #fd19ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,25,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd19ee


Comments

No comments written yet.

Please login to write comment.