Color Hex Logo

#f52ece Color Hex

#F52ECE
(245,46,206)
0 Favorites   0 Comments

Color spaces of #f52ece

RGB 24546206
HSL0.870.910.57
HSV312°81°96°
CMYK 0.000.810.16   0.04
XYZ49.773825.822760.7534
Yxy25.82270.36500.1894
Hunter Lab50.816085.9109-35.3133
CIE-Lab57.868484.6195-37.2927

#f52ece color RGB value is (245,46,206).

#f52ece hex color red value is 245, green value is 46 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f52ece hue: 0.87 , saturation: 0.91 and the lightness value of f52ece is 0.57.

The process color (four color CMYK) of #f52ece color hex is 0.00, 0.81, 0.16, 0.04. Web safe color of #f52ece is #ff33cc. Color #f52ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101110 11001110
Octal 365 56 316
Decimal 245 46 206
Hex F5 2E CE

RGB Percentages of Color #f52ece

%49.30
%9.26
%41.45

CMYK Percentages of Color #f52ece

%0
%81
%16
%4

Triadic Colors of #f52ece

#f52ece #cef52e #2ecef5

Analogous Colors of #f52ece

#f52ece #f52e6b #b92ef5

Monochromatic Colors of #f52ece

#f52ece

Complementary Color

#f52ece #2ef555

#f52ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52ece Color CSS Codes

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

#f52ece Text Font Color

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

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


#f52ece Background Color

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

This div background color is #f52ece


#f52ece Border Color

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

This div border color is #f52ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52ece


Comments

No comments written yet.

Please login to write comment.