Color Hex Logo

#fd33ff Color Hex

#FD33FF
(253,51,255)
0 Favorites   0 Comments

Color spaces of #fd33ff

RGB 25351255
HSL0.831.000.60
HSV299°80°100°
CMYK 0.010.800.00   0.00
XYZ59.741830.470397.3404
Yxy30.47030.31850.1625
Hunter Lab55.199996.5873-65.9130
CIE-Lab62.057991.8454-58.0846

#fd33ff color RGB value is (253,51,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110011 11111111
Octal 375 63 377
Decimal 253 51 255
Hex FD 33 FF

RGB Percentages of Color #fd33ff

%45.26
%9.12
%45.62

CMYK Percentages of Color #fd33ff

%1
%80
%0
%0

Triadic Colors of #fd33ff

#fd33ff #fffd33 #33fffd

Analogous Colors of #fd33ff

#fd33ff #ff339b #9733ff

Monochromatic Colors of #fd33ff

#fd33ff

Complementary Color

#fd33ff #35ff33

#fd33ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd33ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd33ff Color CSS Codes

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

#fd33ff Text Font Color

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

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


#fd33ff Background Color

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

This div background color is #fd33ff


#fd33ff Border Color

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

This div border color is #fd33ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd33ff

Related Colors


Comments

No comments written yet.

Please login to write comment.