Color Hex Logo

#f295da Color Hex

#F295DA
(242,149,218)
0 Favorites   0 Comments

Color spaces of #f295da

RGB 242149218
HSL0.880.780.77
HSV315°38°95°
CMYK 0.000.380.10   0.05
XYZ60.020345.434171.9359
Yxy45.43410.33840.2561
Hunter Lab67.404840.9860-16.0922
CIE-Lab73.176844.5835-20.4377

#f295da color RGB value is (242,149,218).

#f295da hex color red value is 242, green value is 149 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f295da hue: 0.88 , saturation: 0.78 and the lightness value of f295da is 0.77.

The process color (four color CMYK) of #f295da color hex is 0.00, 0.38, 0.10, 0.05. Web safe color of #f295da is #ff99cc. Color #f295da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010101 11011010
Octal 362 225 332
Decimal 242 149 218
Hex F2 95 DA

RGB Percentages of Color #f295da

%39.74
%24.47
%35.80

CMYK Percentages of Color #f295da

%0
%38
%10
%5

Triadic Colors of #f295da

#f295da #daf295 #95daf2

Analogous Colors of #f295da

#f295da #f295ac #dc95f2

Monochromatic Colors of #f295da

#f295da

Complementary Color

#f295da #95f2ad

#f295da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f295da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f295da Color CSS Codes

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

#f295da Text Font Color

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

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


#f295da Background Color

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

This div background color is #f295da


#f295da Border Color

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

This div border color is #f295da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f295da


Comments

No comments written yet.

Please login to write comment.