Color Hex Logo

#ff48ba Color Hex

#FF48BA
(255,72,186)
0 Favorites   0 Comments

Color spaces of #ff48ba

RGB 25572186
HSL0.901.000.64
HSV323°72°100°
CMYK 0.000.720.27   0.00
XYZ52.420329.439949.3740
Yxy29.43990.39940.2243
Hunter Lab54.258577.5001-15.9715
CIE-Lab61.167977.4173-20.6055

#ff48ba color RGB value is (255,72,186).

#ff48ba hex color red value is 255, green value is 72 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ff48ba hue: 0.90 , saturation: 1.00 and the lightness value of ff48ba is 0.64.

The process color (four color CMYK) of #ff48ba color hex is 0.00, 0.72, 0.27, 0.00. Web safe color of #ff48ba is #ff33cc. Color #ff48ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01001000 10111010
Octal 377 110 272
Decimal 255 72 186
Hex FF 48 BA

RGB Percentages of Color #ff48ba

%49.71
%14.04
%36.26

CMYK Percentages of Color #ff48ba

%0
%72
%27
%0

Triadic Colors of #ff48ba

#ff48ba #baff48 #48baff

Analogous Colors of #ff48ba

#ff48ba #ff485f #e948ff

Monochromatic Colors of #ff48ba

#ff48ba

Complementary Color

#ff48ba #48ff8d

#ff48ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff48ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff48ba Color CSS Codes

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

#ff48ba Text Font Color

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

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


#ff48ba Background Color

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

This div background color is #ff48ba


#ff48ba Border Color

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

This div border color is #ff48ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff48ba


Comments

No comments written yet.

Please login to write comment.