Color Hex Logo

#ff258b Color Hex

#FF258B
(255,37,139)
0 Favorites   0 Comments

Color spaces of #ff258b

RGB 25537139
HSL0.921.000.57
HSV332°85°100°
CMYK 0.000.850.45   0.00
XYZ46.561824.447226.6908
Yxy24.44720.47660.2502
Hunter Lab49.444181.56732.6051
CIE-Lab56.532881.5137-0.1126

#ff258b color RGB value is (255,37,139).

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

The process color (four color CMYK) of #ff258b color hex is 0.00, 0.85, 0.45, 0.00. Web safe color of #ff258b is #ff3399. Color #ff258b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00100101 10001011
Octal 377 45 213
Decimal 255 37 139
Hex FF 25 8B

RGB Percentages of Color #ff258b

%59.16
%8.58
%32.25

CMYK Percentages of Color #ff258b

%0
%85
%45
%0

Triadic Colors of #ff258b

#ff258b #8bff25 #258bff

Analogous Colors of #ff258b

#ff258b #ff2c25 #ff25f8

Monochromatic Colors of #ff258b

#ff258b

Complementary Color

#ff258b #25ff99

#ff258b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff258b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff258b Color CSS Codes

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

#ff258b Text Font Color

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

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


#ff258b Background Color

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

This div background color is #ff258b


#ff258b Border Color

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

This div border color is #ff258b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff258b


Comments

No comments written yet.

Please login to write comment.