Color Hex Logo

#ff3498 Color Hex

#FF3498
(255,52,152)
0 Favorites   0 Comments

Color spaces of #ff3498

RGB 25552152
HSL0.921.000.60
HSV330°80°100°
CMYK 0.000.800.40   0.00
XYZ48.135525.983032.1840
Yxy25.98300.45280.2444
Hunter Lab50.973579.3581-1.7534
CIE-Lab58.020979.4909-5.6040

#ff3498 color RGB value is (255,52,152).

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

The process color (four color CMYK) of #ff3498 color hex is 0.00, 0.80, 0.40, 0.00. Web safe color of #ff3498 is #ff3399. Color #ff3498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00110100 10011000
Octal 377 64 230
Decimal 255 52 152
Hex FF 34 98

RGB Percentages of Color #ff3498

%55.56
%11.33
%33.12

CMYK Percentages of Color #ff3498

%0
%80
%40
%0

Triadic Colors of #ff3498

#ff3498 #98ff34 #3498ff

Analogous Colors of #ff3498

#ff3498 #ff3634 #ff34fe

Monochromatic Colors of #ff3498

#ff3498

Complementary Color

#ff3498 #34ff9b

#ff3498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff3498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff3498 Color CSS Codes

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

#ff3498 Text Font Color

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

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


#ff3498 Background Color

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

This div background color is #ff3498


#ff3498 Border Color

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

This div border color is #ff3498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff3498

Related Colors


Comments

No comments written yet.

Please login to write comment.