Color Hex Logo

#f25cd3 Color Hex

#F25CD3
(242,92,211)
0 Favorites   0 Comments

Color spaces of #f25cd3

RGB 24292211
HSL0.870.850.65
HSV312°62°95°
CMYK 0.000.620.13   0.05
XYZ52.203031.234764.9055
Yxy31.23470.35190.2106
Hunter Lab55.888068.9265-29.7348
CIE-Lab62.705370.2234-32.6218

#f25cd3 color RGB value is (242,92,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011100 11010011
Octal 362 134 323
Decimal 242 92 211
Hex F2 5C D3

RGB Percentages of Color #f25cd3

%44.40
%16.88
%38.72

CMYK Percentages of Color #f25cd3

%0
%62
%13
%5

Triadic Colors of #f25cd3

#f25cd3 #d3f25c #5cd3f2

Analogous Colors of #f25cd3

#f25cd3 #f25c88 #c65cf2

Monochromatic Colors of #f25cd3

#f25cd3

Complementary Color

#f25cd3 #5cf27b

#f25cd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25cd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25cd3 Color CSS Codes

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

#f25cd3 Text Font Color

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

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


#f25cd3 Background Color

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

This div background color is #f25cd3


#f25cd3 Border Color

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

This div border color is #f25cd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25cd3


Comments

No comments written yet.

Please login to write comment.