Color Hex Logo

#fd30bc Color Hex

#FD30BC
(253,48,188)
0 Favorites   0 Comments

Color spaces of #fd30bc

RGB 25348188
HSL0.890.980.59
HSV319°81°99°
CMYK 0.000.810.26   0.01
XYZ50.642126.627450.0474
Yxy26.62740.39780.2091
Hunter Lab51.601784.8774-21.3828
CIE-Lab58.627883.6760-25.6803

#fd30bc color RGB value is (253,48,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110000 10111100
Octal 375 60 274
Decimal 253 48 188
Hex FD 30 BC

RGB Percentages of Color #fd30bc

%51.74
%9.82
%38.45

CMYK Percentages of Color #fd30bc

%0
%81
%26
%1

Triadic Colors of #fd30bc

#fd30bc #bcfd30 #30bcfd

Analogous Colors of #fd30bc

#fd30bc #fd3055 #d830fd

Monochromatic Colors of #fd30bc

#fd30bc

Complementary Color

#fd30bc #30fd71

#fd30bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd30bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd30bc Color CSS Codes

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

#fd30bc Text Font Color

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

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


#fd30bc Background Color

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

This div background color is #fd30bc


#fd30bc Border Color

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

This div border color is #fd30bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd30bc


Comments

No comments written yet.

Please login to write comment.