Color Hex Logo

#ff35ac Color Hex

#FF35AC
(255,53,172)
0 Favorites   0 Comments

Color spaces of #ff35ac

RGB 25553172
HSL0.901.000.60
HSV325°79°100°
CMYK 0.000.790.33   0.00
XYZ49.959526.784841.5665
Yxy26.78480.42230.2264
Hunter Lab51.754081.7411-11.3912
CIE-Lab58.774681.2140-16.1639

#ff35ac color RGB value is (255,53,172).

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

The process color (four color CMYK) of #ff35ac color hex is 0.00, 0.79, 0.33, 0.00. Web safe color of #ff35ac is #ff3399. Color #ff35ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110101 10101100
Octal 377 65 254
Decimal 255 53 172
Hex FF 35 AC

RGB Percentages of Color #ff35ac

%53.13
%11.04
%35.83

CMYK Percentages of Color #ff35ac

%0
%79
%33
%0

Triadic Colors of #ff35ac

#ff35ac #acff35 #35acff

Analogous Colors of #ff35ac

#ff35ac #ff3547 #ed35ff

Monochromatic Colors of #ff35ac

#ff35ac

Complementary Color

#ff35ac #35ff88

#ff35ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff35ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff35ac Color CSS Codes

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

#ff35ac Text Font Color

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

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


#ff35ac Background Color

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

This div background color is #ff35ac


#ff35ac Border Color

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

This div border color is #ff35ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff35ac


Comments

No comments written yet.

Please login to write comment.