Color Hex Logo

#fd38b8 Color Hex

#FD38B8
(253,56,184)
0 Favorites   0 Comments

Color spaces of #fd38b8

RGB 25356184
HSL0.890.980.61
HSV321°78°99°
CMYK 0.000.780.27   0.01
XYZ50.573927.171747.9265
Yxy27.17170.40240.2162
Hunter Lab52.126581.9621-18.0243
CIE-Lab59.132981.3169-22.5976

#fd38b8 color RGB value is (253,56,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111000 10111000
Octal 375 70 270
Decimal 253 56 184
Hex FD 38 B8

RGB Percentages of Color #fd38b8

%51.32
%11.36
%37.32

CMYK Percentages of Color #fd38b8

%0
%78
%27
%1

Triadic Colors of #fd38b8

#fd38b8 #b8fd38 #38b8fd

Analogous Colors of #fd38b8

#fd38b8 #fd3855 #e038fd

Monochromatic Colors of #fd38b8

#fd38b8

Complementary Color

#fd38b8 #38fd7d

#fd38b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd38b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd38b8 Color CSS Codes

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

#fd38b8 Text Font Color

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

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


#fd38b8 Background Color

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

This div background color is #fd38b8


#fd38b8 Border Color

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

This div border color is #fd38b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd38b8


Comments

No comments written yet.

Please login to write comment.