Color Hex Logo

#fd3dbc Color Hex

#FD3DBC
(253,61,188)
0 Favorites   0 Comments

Color spaces of #fd3dbc

RGB 25361188
HSL0.890.980.62
HSV320°76°99°
CMYK 0.000.760.26   0.01
XYZ51.253927.851050.2513
Yxy27.85100.39620.2153
Hunter Lab52.774081.0038-19.5139
CIE-Lab59.753980.4482-23.9482

#fd3dbc color RGB value is (253,61,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111101 10111100
Octal 375 75 274
Decimal 253 61 188
Hex FD 3D BC

RGB Percentages of Color #fd3dbc

%50.40
%12.15
%37.45

CMYK Percentages of Color #fd3dbc

%0
%76
%26
%1

Triadic Colors of #fd3dbc

#fd3dbc #bcfd3d #3dbcfd

Analogous Colors of #fd3dbc

#fd3dbc #fd3d5c #de3dfd

Monochromatic Colors of #fd3dbc

#fd3dbc

Complementary Color

#fd3dbc #3dfd7e

#fd3dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3dbc Color CSS Codes

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

#fd3dbc Text Font Color

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

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


#fd3dbc Background Color

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

This div background color is #fd3dbc


#fd3dbc Border Color

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

This div border color is #fd3dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,61,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 #fd3dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3dbc


Comments

No comments written yet.

Please login to write comment.