Color Hex Logo

#f252ce Color Hex

#F252CE
(242,82,206)
0 Favorites   0 Comments

Color spaces of #f252ce

RGB 24282206
HSL0.870.860.64
HSV314°66°95°
CMYK 0.000.660.15   0.05
XYZ50.775829.368161.3849
Yxy29.36810.35880.2075
Hunter Lab54.192372.4099-29.2245
CIE-Lab61.105173.3545-32.2806

#f252ce color RGB value is (242,82,206).

#f252ce hex color red value is 242, green value is 82 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f252ce hue: 0.87 , saturation: 0.86 and the lightness value of f252ce is 0.64.

The process color (four color CMYK) of #f252ce color hex is 0.00, 0.66, 0.15, 0.05. Web safe color of #f252ce is #ff66cc. Color #f252ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010010 11001110
Octal 362 122 316
Decimal 242 82 206
Hex F2 52 CE

RGB Percentages of Color #f252ce

%45.66
%15.47
%38.87

CMYK Percentages of Color #f252ce

%0
%66
%15
%5

Triadic Colors of #f252ce

#f252ce #cef252 #52cef2

Analogous Colors of #f252ce

#f252ce #f2527e #c652f2

Monochromatic Colors of #f252ce

#f252ce

Complementary Color

#f252ce #52f276

#f252ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f252ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f252ce Color CSS Codes

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

#f252ce Text Font Color

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

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


#f252ce Background Color

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

This div background color is #f252ce


#f252ce Border Color

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

This div border color is #f252ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f252ce


Comments

No comments written yet.

Please login to write comment.