Color Hex Logo

#fd3898 Color Hex

#FD3898
(253,56,152)
0 Favorites   0 Comments

Color spaces of #fd3898

RGB 25356152
HSL0.920.980.61
HSV331°78°99°
CMYK 0.000.780.40   0.01
XYZ47.589725.978032.2118
Yxy25.97800.44990.2456
Hunter Lab50.968677.4714-1.7928
CIE-Lab58.016277.9993-5.6506

#fd3898 color RGB value is (253,56,152).

#fd3898 hex color red value is 253, green value is 56 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #fd3898 hue: 0.92 , saturation: 0.98 and the lightness value of fd3898 is 0.61.

The process color (four color CMYK) of #fd3898 color hex is 0.00, 0.78, 0.40, 0.01. Web safe color of #fd3898 is #ff3399. Color #fd3898 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111000 10011000
Octal 375 70 230
Decimal 253 56 152
Hex FD 38 98

RGB Percentages of Color #fd3898

%54.88
%12.15
%32.97

CMYK Percentages of Color #fd3898

%0
%78
%40
%1

Triadic Colors of #fd3898

#fd3898 #98fd38 #3898fd

Analogous Colors of #fd3898

#fd3898 #fd3a38 #fd38fb

Monochromatic Colors of #fd3898

#fd3898

Complementary Color

#fd3898 #38fd9d

#fd3898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3898 Color CSS Codes

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

#fd3898 Text Font Color

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

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


#fd3898 Background Color

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

This div background color is #fd3898


#fd3898 Border Color

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

This div border color is #fd3898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3898

Related Colors


Comments

No comments written yet.

Please login to write comment.