Color Hex Logo

#fd6398 Color Hex

#FD6398
(253,99,152)
0 Favorites   0 Comments

Color spaces of #fd6398

RGB 25399152
HSL0.940.970.69
HSV339°61°99°
CMYK 0.000.610.40   0.01
XYZ50.637332.073333.2277
Yxy32.07330.43680.2766
Hunter Lab56.633360.49324.8569
CIE-Lab63.403463.07882.2513

#fd6398 color RGB value is (253,99,152).

#fd6398 hex color red value is 253, green value is 99 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #fd6398 hue: 0.94 , saturation: 0.97 and the lightness value of fd6398 is 0.69.

The process color (four color CMYK) of #fd6398 color hex is 0.00, 0.61, 0.40, 0.01. Web safe color of #fd6398 is #ff6699. Color #fd6398 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100011 10011000
Octal 375 143 230
Decimal 253 99 152
Hex FD 63 98

RGB Percentages of Color #fd6398

%50.20
%19.64
%30.16

CMYK Percentages of Color #fd6398

%0
%61
%40
%1

Triadic Colors of #fd6398

#fd6398 #98fd63 #6398fd

Analogous Colors of #fd6398

#fd6398 #fd7b63 #fd63e5

Monochromatic Colors of #fd6398

#fd6398

Complementary Color

#fd6398 #63fdc8

#fd6398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6398 Color CSS Codes

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

#fd6398 Text Font Color

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

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


#fd6398 Background Color

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

This div background color is #fd6398


#fd6398 Border Color

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

This div border color is #fd6398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6398

Related Colors


Comments

No comments written yet.

Please login to write comment.