Color Hex Logo

#ff3963 Color Hex

#FF3963
(255,57,99)
0 Favorites   0 Comments

Color spaces of #ff3963

RGB 2555799
HSL0.961.000.61
HSV347°78°100°
CMYK 0.000.780.61   0.00
XYZ44.955325.087114.2773
Yxy25.08710.53320.2975
Hunter Lab50.087072.559318.1603
CIE-Lab57.160274.223224.5309

#ff3963 color RGB value is (255,57,99).

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

The process color (four color CMYK) of #ff3963 color hex is 0.00, 0.78, 0.61, 0.00. Web safe color of #ff3963 is #ff3366. Color #ff3963 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00111001 01100011
Octal 377 71 143
Decimal 255 57 99
Hex FF 39 63

RGB Percentages of Color #ff3963

%62.04
%13.87
%24.09

CMYK Percentages of Color #ff3963

%0
%78
%61
%0

Triadic Colors of #ff3963

#ff3963 #63ff39 #3963ff

Analogous Colors of #ff3963

#ff3963 #ff7239 #ff39c6

Monochromatic Colors of #ff3963

#ff3963

Complementary Color

#ff3963 #39ffd5

#ff3963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff3963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff3963 Color CSS Codes

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

#ff3963 Text Font Color

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

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


#ff3963 Background Color

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

This div background color is #ff3963


#ff3963 Border Color

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

This div border color is #ff3963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff3963


Comments

No comments written yet.

Please login to write comment.