Color Hex Logo

#f52ede Color Hex

#F52EDE
(245,46,222)
0 Favorites   0 Comments

Color spaces of #f52ede

RGB 24546222
HSL0.850.910.57
HSV307°81°96°
CMYK 0.000.810.09   0.04
XYZ51.818026.640471.5182
Yxy26.64040.34550.1776
Hunter Lab51.614388.8792-46.0238
CIE-Lab58.640086.7371-45.1634

#f52ede color RGB value is (245,46,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101110 11011110
Octal 365 56 336
Decimal 245 46 222
Hex F5 2E DE

RGB Percentages of Color #f52ede

%47.76
%8.97
%43.27

CMYK Percentages of Color #f52ede

%0
%81
%9
%4

Triadic Colors of #f52ede

#f52ede #def52e #2edef5

Analogous Colors of #f52ede

#f52ede #f52e7b #a92ef5

Monochromatic Colors of #f52ede

#f52ede

Complementary Color

#f52ede #2ef545

#f52ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52ede Color CSS Codes

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

#f52ede Text Font Color

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

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


#f52ede Background Color

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

This div background color is #f52ede


#f52ede Border Color

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

This div border color is #f52ede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,46,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52ede


Comments

No comments written yet.

Please login to write comment.