color codes Logo

#fd2efa color codes

#FD2EFA
(253,46,250)
0 Favorites   0 Comments

Color spaces of #fd2efa

RGB 25346250
HSL0.840.980.59
HSV301°82°99°
CMYK 0.000.820.01   0.01
XYZ58.740329.738893.0867
Yxy29.73880.32350.1638
Hunter Lab54.533396.8372-63.0330
CIE-Lab61.428292.1528-56.3219

#fd2efa color RGB value is (253,46,250).

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

The process color (four color CMYK) of #fd2efa color code is 0.00, 0.82, 0.01, 0.01. Web safe color of #fd2efa is #ff33ff. Color #fd2efa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101110 11111010
Octal 375 56 372
Decimal 253 46 250
Hex FD 2E FA

RGB Percentages of Color #fd2efa

%46.08
%8.38
%45.54

CMYK Percentages of Color #fd2efa

%0
%82
%1
%1

Triadic Colors of #fd2efa

#fd2efa #fafd2e #2efafd

Analogous Colors of #fd2efa

#fd2efa #fd2e93 #992efd

Monochromatic Colors of #fd2efa

#fd2efa

Complementary Color

#fd2efa #2efd31

#fd2efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd2efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd2efa Color CSS Codes

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

#fd2efa Text Font Color

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

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


#fd2efa Background Color

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

This div background color is #fd2efa


#fd2efa Border Color

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

This div border color is #fd2efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd2efa

Related Colors


Comments

No comments written yet.

Please login to write comment.