Color Hex Logo

#f25bdc Color Hex

#F25BDC
(242,91,220)
0 Favorites   0 Comments

Color spaces of #f25bdc

RGB 24291220
HSL0.860.850.65
HSV309°62°95°
CMYK 0.000.620.09   0.05
XYZ53.277331.526770.9874
Yxy31.52670.34200.2024
Hunter Lab56.148671.1117-35.6549
CIE-Lab62.949871.9594-37.3015

#f25bdc color RGB value is (242,91,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011011 11011100
Octal 362 133 334
Decimal 242 91 220
Hex F2 5B DC

RGB Percentages of Color #f25bdc

%43.76
%16.46
%39.78

CMYK Percentages of Color #f25bdc

%0
%62
%9
%5

Triadic Colors of #f25bdc

#f25bdc #dcf25b #5bdcf2

Analogous Colors of #f25bdc

#f25bdc #f25b91 #bd5bf2

Monochromatic Colors of #f25bdc

#f25bdc

Complementary Color

#f25bdc #5bf271

#f25bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25bdc Color CSS Codes

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

#f25bdc Text Font Color

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

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


#f25bdc Background Color

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

This div background color is #f25bdc


#f25bdc Border Color

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

This div border color is #f25bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25bdc


Comments

No comments written yet.

Please login to write comment.