Color Hex Logo

#ff53dd Color Hex

#FF53DD
(255,83,221)
0 Favorites   0 Comments

Color spaces of #ff53dd

RGB 25583221
HSL0.871.000.66
HSV312°67°100°
CMYK 0.000.670.13   0.00
XYZ57.384432.667071.6875
Yxy32.66700.35480.2020
Hunter Lab57.155179.1949-34.3568
CIE-Lab63.890478.2375-36.2481

#ff53dd color RGB value is (255,83,221).

#ff53dd hex color red value is 255, green value is 83 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ff53dd hue: 0.87 , saturation: 1.00 and the lightness value of ff53dd is 0.66.

The process color (four color CMYK) of #ff53dd color hex is 0.00, 0.67, 0.13, 0.00. Web safe color of #ff53dd is #ff66cc. Color #ff53dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010011 11011101
Octal 377 123 335
Decimal 255 83 221
Hex FF 53 DD

RGB Percentages of Color #ff53dd

%45.62
%14.85
%39.53

CMYK Percentages of Color #ff53dd

%0
%67
%13
%0

Triadic Colors of #ff53dd

#ff53dd #ddff53 #53ddff

Analogous Colors of #ff53dd

#ff53dd #ff5387 #cb53ff

Monochromatic Colors of #ff53dd

#ff53dd

Complementary Color

#ff53dd #53ff75

#ff53dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff53dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff53dd Color CSS Codes

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

#ff53dd Text Font Color

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

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


#ff53dd Background Color

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

This div background color is #ff53dd


#ff53dd Border Color

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

This div border color is #ff53dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff53dd


Comments

No comments written yet.

Please login to write comment.