Color Hex Logo

#ff35dd Color Hex

#FF35DD
(255,53,221)
0 Favorites   0 Comments

Color spaces of #ff35dd

RGB 25553221
HSL0.861.000.60
HSV310°79°100°
CMYK 0.000.790.13   0.00
XYZ55.564229.026771.0808
Yxy29.02670.35690.1865
Hunter Lab53.876489.8080-40.5096
CIE-Lab60.805287.0195-41.0751

#ff35dd color RGB value is (255,53,221).

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

The process color (four color CMYK) of #ff35dd color hex is 0.00, 0.79, 0.13, 0.00. Web safe color of #ff35dd is #ff33cc. Color #ff35dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110101 11011101
Octal 377 65 335
Decimal 255 53 221
Hex FF 35 DD

RGB Percentages of Color #ff35dd

%48.20
%10.02
%41.78

CMYK Percentages of Color #ff35dd

%0
%79
%13
%0

Triadic Colors of #ff35dd

#ff35dd #ddff35 #35ddff

Analogous Colors of #ff35dd

#ff35dd #ff3578 #bc35ff

Monochromatic Colors of #ff35dd

#ff35dd

Complementary Color

#ff35dd #35ff57

#ff35dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff35dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff35dd Color CSS Codes

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

#ff35dd Text Font Color

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

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


#ff35dd Background Color

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

This div background color is #ff35dd


#ff35dd Border Color

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

This div border color is #ff35dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff35dd


Comments

No comments written yet.

Please login to write comment.