Color Hex Logo

#fd35f5 Color Hex

#FD35F5
(253,53,245)
0 Favorites   0 Comments

Color spaces of #fd35f5

RGB 25353245
HSL0.840.980.60
HSV302°79°99°
CMYK 0.000.790.03   0.01
XYZ58.262530.021489.1101
Yxy30.02140.32840.1692
Hunter Lab54.791893.9212-58.0715
CIE-Lab61.672789.9411-53.1580

#fd35f5 color RGB value is (253,53,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110101 11110101
Octal 375 65 365
Decimal 253 53 245
Hex FD 35 F5

RGB Percentages of Color #fd35f5

%45.92
%9.62
%44.46

CMYK Percentages of Color #fd35f5

%0
%79
%3
%1

Triadic Colors of #fd35f5

#fd35f5 #f5fd35 #35f5fd

Analogous Colors of #fd35f5

#fd35f5 #fd3591 #a135fd

Monochromatic Colors of #fd35f5

#fd35f5

Complementary Color

#fd35f5 #35fd3d

#fd35f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd35f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd35f5 Color CSS Codes

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

#fd35f5 Text Font Color

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

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


#fd35f5 Background Color

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

This div background color is #fd35f5


#fd35f5 Border Color

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

This div border color is #fd35f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd35f5

Related Colors


Comments

No comments written yet.

Please login to write comment.