Color Hex Logo

#f227bc Color Hex

#F227BC
(242,39,188)
0 Favorites   0 Comments

Color spaces of #f227bc

RGB 24239188
HSL0.880.890.55
HSV316°84°95°
CMYK 0.000.840.22   0.05
XYZ46.420623.959149.7549
Yxy23.95910.38640.1994
Hunter Lab48.948083.6241-26.0037
CIE-Lab56.046883.2096-29.8291

#f227bc color RGB value is (242,39,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00100111 10111100
Octal 362 47 274
Decimal 242 39 188
Hex F2 27 BC

RGB Percentages of Color #f227bc

%51.60
%8.32
%40.09

CMYK Percentages of Color #f227bc

%0
%84
%22
%5

Triadic Colors of #f227bc

#f227bc #bcf227 #27bcf2

Analogous Colors of #f227bc

#f227bc #f22757 #c327f2

Monochromatic Colors of #f227bc

#f227bc

Complementary Color

#f227bc #27f25d

#f227bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f227bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f227bc Color CSS Codes

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

#f227bc Text Font Color

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

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


#f227bc Background Color

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

This div background color is #f227bc


#f227bc Border Color

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

This div border color is #f227bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,39,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f227bc


Comments

No comments written yet.

Please login to write comment.