Color Hex Logo

#fd38fa Color Hex

#FD38FA
(253,56,250)
0 Favorites   0 Comments

Color spaces of #fd38fa

RGB 25356250
HSL0.840.980.61
HSV301°78°99°
CMYK 0.000.780.01   0.01
XYZ59.177530.613193.2324
Yxy30.61310.32330.1673
Hunter Lab55.329194.0896-61.1763
CIE-Lab62.179789.9678-55.1253

#fd38fa color RGB value is (253,56,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111000 11111010
Octal 375 70 372
Decimal 253 56 250
Hex FD 38 FA

RGB Percentages of Color #fd38fa

%45.26
%10.02
%44.72

CMYK Percentages of Color #fd38fa

%0
%78
%1
%1

Triadic Colors of #fd38fa

#fd38fa #fafd38 #38fafd

Analogous Colors of #fd38fa

#fd38fa #fd3898 #9e38fd

Monochromatic Colors of #fd38fa

#fd38fa

Complementary Color

#fd38fa #38fd3b

#fd38fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd38fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd38fa Color CSS Codes

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

#fd38fa Text Font Color

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

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


#fd38fa Background Color

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

This div background color is #fd38fa


#fd38fa Border Color

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

This div border color is #fd38fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd38fa

Related Colors


Comments

No comments written yet.

Please login to write comment.