Color Hex Logo

#f227dc Color Hex

#F227DC
(242,39,220)
0 Favorites   0 Comments

Color spaces of #f227dc

RGB 24239220
HSL0.850.890.55
HSV307°84°95°
CMYK 0.000.840.09   0.05
XYZ50.261725.495669.9822
Yxy25.49560.34490.1749
Hunter Lab50.493289.3187-46.8292
CIE-Lab57.555187.2822-45.7801

#f227dc color RGB value is (242,39,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00100111 11011100
Octal 362 47 334
Decimal 242 39 220
Hex F2 27 DC

RGB Percentages of Color #f227dc

%48.30
%7.78
%43.91

CMYK Percentages of Color #f227dc

%0
%84
%9
%5

Triadic Colors of #f227dc

#f227dc #dcf227 #27dcf2

Analogous Colors of #f227dc

#f227dc #f22777 #a327f2

Monochromatic Colors of #f227dc

#f227dc

Complementary Color

#f227dc #27f23d

#f227dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f227dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f227dc Color CSS Codes

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

#f227dc Text Font Color

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

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


#f227dc Background Color

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

This div background color is #f227dc


#f227dc Border Color

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

This div border color is #f227dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f227dc


Comments

No comments written yet.

Please login to write comment.