Color Hex Logo

#f25cce Color Hex

#F25CCE
(242,92,206)
0 Favorites   0 Comments

Color spaces of #f25cce

RGB 24292206
HSL0.870.850.65
HSV314°62°95°
CMYK 0.000.620.15   0.05
XYZ51.585730.987861.6549
Yxy30.98780.35770.2149
Hunter Lab55.666767.9973-26.7013
CIE-Lab62.497369.4993-30.1221

#f25cce color RGB value is (242,92,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011100 11001110
Octal 362 134 316
Decimal 242 92 206
Hex F2 5C CE

RGB Percentages of Color #f25cce

%44.81
%17.04
%38.15

CMYK Percentages of Color #f25cce

%0
%62
%15
%5

Triadic Colors of #f25cce

#f25cce #cef25c #5ccef2

Analogous Colors of #f25cce

#f25cce #f25c83 #cb5cf2

Monochromatic Colors of #f25cce

#f25cce

Complementary Color

#f25cce #5cf280

#f25cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25cce Color CSS Codes

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

#f25cce Text Font Color

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

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


#f25cce Background Color

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

This div background color is #f25cce


#f25cce Border Color

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

This div border color is #f25cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25cce


Comments

No comments written yet.

Please login to write comment.