Color Hex Logo

#fd38ff Color Hex

#FD38FF
(253,56,255)
0 Favorites   0 Comments

Color spaces of #fd38ff

RGB 25356255
HSL0.831.000.61
HSV299°78°100°
CMYK 0.010.780.00   0.00
XYZ59.972230.931097.4171
Yxy30.93100.31850.1642
Hunter Lab55.615695.1551-64.9222
CIE-Lab62.449390.7080-57.4603

#fd38ff color RGB value is (253,56,255).

#fd38ff hex color red value is 253, green value is 56 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fd38ff hue: 0.83 , saturation: 1.00 and the lightness value of fd38ff is 0.61.

The process color (four color CMYK) of #fd38ff color hex is 0.01, 0.78, 0.00, 0.00. Web safe color of #fd38ff is #ff33ff. Color #fd38ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111000 11111111
Octal 375 70 377
Decimal 253 56 255
Hex FD 38 FF

RGB Percentages of Color #fd38ff

%44.86
%9.93
%45.21

CMYK Percentages of Color #fd38ff

%1
%78
%0
%0

Triadic Colors of #fd38ff

#fd38ff #fffd38 #38fffd

Analogous Colors of #fd38ff

#fd38ff #ff389e #9a38ff

Monochromatic Colors of #fd38ff

#fd38ff

Complementary Color

#fd38ff #3aff38

#fd38ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd38ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd38ff Color CSS Codes

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

#fd38ff Text Font Color

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

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


#fd38ff Background Color

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

This div background color is #fd38ff


#fd38ff Border Color

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

This div border color is #fd38ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd38ff


Comments

No comments written yet.

Please login to write comment.