Color Hex Logo

#f227ba Color Hex

#F227BA
(242,39,186)
0 Favorites   0 Comments

Color spaces of #f227ba

RGB 24239186
HSL0.880.890.55
HSV317°84°95°
CMYK 0.000.840.23   0.05
XYZ46.206423.873548.6271
Yxy23.87350.38920.2011
Hunter Lab48.860583.2979-24.8044
CIE-Lab55.960982.9733-28.8043

#f227ba color RGB value is (242,39,186).

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

The process color (four color CMYK) of #f227ba color hex is 0.00, 0.84, 0.23, 0.05. Web safe color of #f227ba is #ff33cc. Color #f227ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00100111 10111010
Octal 362 47 272
Decimal 242 39 186
Hex F2 27 BA

RGB Percentages of Color #f227ba

%51.82
%8.35
%39.83

CMYK Percentages of Color #f227ba

%0
%84
%23
%5

Triadic Colors of #f227ba

#f227ba #baf227 #27baf2

Analogous Colors of #f227ba

#f227ba #f22755 #c527f2

Monochromatic Colors of #f227ba

#f227ba

Complementary Color

#f227ba #27f25f

#f227ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f227ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f227ba Color CSS Codes

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

#f227ba Text Font Color

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

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


#f227ba Background Color

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

This div background color is #f227ba


#f227ba Border Color

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

This div border color is #f227ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f227ba


Comments

No comments written yet.

Please login to write comment.