Color Hex Logo

#ff357d Color Hex

#FF357D
(255,53,125)
0 Favorites   0 Comments

Color spaces of #ff357d

RGB 25553125
HSL0.941.000.60
HSV339°79°100°
CMYK 0.000.790.51   0.00
XYZ46.214825.286921.8471
Yxy25.28690.49510.2709
Hunter Lab50.286176.04769.4413
CIE-Lab57.353976.99299.3854

#ff357d color RGB value is (255,53,125).

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

The process color (four color CMYK) of #ff357d color hex is 0.00, 0.79, 0.51, 0.00. Web safe color of #ff357d is #ff3366. Color #ff357d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110101 01111101
Octal 377 65 175
Decimal 255 53 125
Hex FF 35 7D

RGB Percentages of Color #ff357d

%58.89
%12.24
%28.87

CMYK Percentages of Color #ff357d

%0
%79
%51
%0

Triadic Colors of #ff357d

#ff357d #7dff35 #357dff

Analogous Colors of #ff357d

#ff357d #ff5235 #ff35e2

Monochromatic Colors of #ff357d

#ff357d

Complementary Color

#ff357d #35ffb7

#ff357d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff357d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff357d Color CSS Codes

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

#ff357d Text Font Color

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

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


#ff357d Background Color

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

This div background color is #ff357d


#ff357d Border Color

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

This div border color is #ff357d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff357d

Related Colors


Comments

No comments written yet.

Please login to write comment.