Color Hex Logo

#ff2380 Color Hex

#FF2380
(255,35,128)
0 Favorites   0 Comments

Color spaces of #ff2380

RGB 25535128
HSL0.931.000.57
HSV335°86°100°
CMYK 0.000.860.50   0.00
XYZ45.737324.020622.6479
Yxy24.02060.49500.2599
Hunter Lab49.010880.80886.9097
CIE-Lab56.108481.00265.8246

#ff2380 color RGB value is (255,35,128).

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

The process color (four color CMYK) of #ff2380 color hex is 0.00, 0.86, 0.50, 0.00. Web safe color of #ff2380 is #ff3399. Color #ff2380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00100011 10000000
Octal 377 43 200
Decimal 255 35 128
Hex FF 23 80

RGB Percentages of Color #ff2380

%61.00
%8.37
%30.62

CMYK Percentages of Color #ff2380

%0
%86
%50
%0

Triadic Colors of #ff2380

#ff2380 #80ff23 #2380ff

Analogous Colors of #ff2380

#ff2380 #ff3423 #ff23ee

Monochromatic Colors of #ff2380

#ff2380

Complementary Color

#ff2380 #23ffa2

#ff2380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff2380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff2380 Color CSS Codes

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

#ff2380 Text Font Color

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

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


#ff2380 Background Color

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

This div background color is #ff2380


#ff2380 Border Color

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

This div border color is #ff2380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff2380


Comments

No comments written yet.

Please login to write comment.