Color Hex Logo

#ff245c Color Hex

#FF245C
(255,36,92)
0 Favorites   0 Comments

Color spaces of #ff245c

RGB 2553692
HSL0.961.000.57
HSV345°86°100°
CMYK 0.000.860.64   0.00
XYZ43.802623.294512.3128
Yxy23.29450.55160.2933
Hunter Lab48.264477.536018.6595
CIE-Lab55.374478.562026.3439

#ff245c color RGB value is (255,36,92).

#ff245c hex color red value is 255, green value is 36 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ff245c hue: 0.96 , saturation: 1.00 and the lightness value of ff245c is 0.57.

The process color (four color CMYK) of #ff245c color hex is 0.00, 0.86, 0.64, 0.00. Web safe color of #ff245c is #ff3366. Color #ff245c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00100100 01011100
Octal 377 44 134
Decimal 255 36 92
Hex FF 24 5C

RGB Percentages of Color #ff245c

%66.58
%9.40
%24.02

CMYK Percentages of Color #ff245c

%0
%86
%64
%0

Triadic Colors of #ff245c

#ff245c #5cff24 #245cff

Analogous Colors of #ff245c

#ff245c #ff5924 #ff24ca

Monochromatic Colors of #ff245c

#ff245c

Complementary Color

#ff245c #24ffc7

#ff245c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff245c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff245c Color CSS Codes

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

#ff245c Text Font Color

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

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


#ff245c Background Color

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

This div background color is #ff245c


#ff245c Border Color

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

This div border color is #ff245c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff245c

Related Colors


Comments

No comments written yet.

Please login to write comment.