Color Hex Logo

#fd35c2 Color Hex

#FD35C2
(253,53,194)
0 Favorites   0 Comments

Color spaces of #fd35c2

RGB 25353194
HSL0.880.980.60
HSV318°79°99°
CMYK 0.000.790.23   0.01
XYZ51.518727.323953.5976
Yxy27.32390.38900.2063
Hunter Lab52.272384.4502-24.2027
CIE-Lab59.272983.2209-28.1347

#fd35c2 color RGB value is (253,53,194).

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

The process color (four color CMYK) of #fd35c2 color hex is 0.00, 0.79, 0.23, 0.01. Web safe color of #fd35c2 is #ff33cc. Color #fd35c2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110101 11000010
Octal 375 65 302
Decimal 253 53 194
Hex FD 35 C2

RGB Percentages of Color #fd35c2

%50.60
%10.60
%38.80

CMYK Percentages of Color #fd35c2

%0
%79
%23
%1

Triadic Colors of #fd35c2

#fd35c2 #c2fd35 #35c2fd

Analogous Colors of #fd35c2

#fd35c2 #fd355e #d435fd

Monochromatic Colors of #fd35c2

#fd35c2

Complementary Color

#fd35c2 #35fd70

#fd35c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd35c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd35c2 Color CSS Codes

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

#fd35c2 Text Font Color

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

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


#fd35c2 Background Color

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

This div background color is #fd35c2


#fd35c2 Border Color

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

This div border color is #fd35c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd35c2


Comments

No comments written yet.

Please login to write comment.