Color Hex Logo

#f427ba Color Hex

#F427BA
(244,39,186)
0 Favorites   0 Comments

Color spaces of #f427ba

RGB 24439186
HSL0.880.900.55
HSV317°84°96°
CMYK 0.000.840.24   0.04
XYZ46.896724.229348.6594
Yxy24.22930.39150.2023
Hunter Lab49.223383.9224-24.1545
CIE-Lab56.316683.3881-28.2248

#f427ba color RGB value is (244,39,186).

#f427ba hex color red value is 244, green value is 39 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f427ba hue: 0.88 , saturation: 0.90 and the lightness value of f427ba is 0.55.

The process color (four color CMYK) of #f427ba color hex is 0.00, 0.84, 0.24, 0.04. Web safe color of #f427ba is #ff33cc. Color #f427ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100111 10111010
Octal 364 47 272
Decimal 244 39 186
Hex F4 27 BA

RGB Percentages of Color #f427ba

%52.03
%8.32
%39.66

CMYK Percentages of Color #f427ba

%0
%84
%24
%4

Triadic Colors of #f427ba

#f427ba #baf427 #27baf4

Analogous Colors of #f427ba

#f427ba #f42753 #c827f4

Monochromatic Colors of #f427ba

#f427ba

Complementary Color

#f427ba #27f461

#f427ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f427ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f427ba Color CSS Codes

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

#f427ba Text Font Color

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

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


#f427ba Background Color

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

This div background color is #f427ba


#f427ba Border Color

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

This div border color is #f427ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,39,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 #f427ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f427ba


Comments

No comments written yet.

Please login to write comment.