Color Hex Logo

#fd30dc Color Hex

#FD30DC
(253,48,220)
0 Favorites   0 Comments

Color spaces of #fd30dc

RGB 25348220
HSL0.860.980.59
HSV310°81°99°
CMYK 0.000.810.13   0.01
XYZ54.483228.163970.2747
Yxy28.16390.35630.1842
Hunter Lab53.069790.3825-41.3629
CIE-Lab60.036587.6037-41.7420

#fd30dc color RGB value is (253,48,220).

#fd30dc hex color red value is 253, green value is 48 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fd30dc hue: 0.86 , saturation: 0.98 and the lightness value of fd30dc is 0.59.

The process color (four color CMYK) of #fd30dc color hex is 0.00, 0.81, 0.13, 0.01. Web safe color of #fd30dc is #ff33cc. Color #fd30dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110000 11011100
Octal 375 60 334
Decimal 253 48 220
Hex FD 30 DC

RGB Percentages of Color #fd30dc

%48.56
%9.21
%42.23

CMYK Percentages of Color #fd30dc

%0
%81
%13
%1

Triadic Colors of #fd30dc

#fd30dc #dcfd30 #30dcfd

Analogous Colors of #fd30dc

#fd30dc #fd3076 #b830fd

Monochromatic Colors of #fd30dc

#fd30dc

Complementary Color

#fd30dc #30fd51

#fd30dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd30dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd30dc Color CSS Codes

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

#fd30dc Text Font Color

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

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


#fd30dc Background Color

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

This div background color is #fd30dc


#fd30dc Border Color

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

This div border color is #fd30dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd30dc


Comments

No comments written yet.

Please login to write comment.