Color Hex Logo

#f95dca Color Hex

#F95DCA
(249,93,202)
0 Favorites   0 Comments

Color spaces of #f95dca

RGB 24993202
HSL0.880.930.67
HSV318°63°98°
CMYK 0.000.630.19   0.02
XYZ53.641932.232759.2714
Yxy32.23270.36960.2221
Hunter Lab56.773869.2987-22.1565
CIE-Lab63.534770.3762-26.1732

#f95dca color RGB value is (249,93,202).

#f95dca hex color red value is 249, green value is 93 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f95dca hue: 0.88 , saturation: 0.93 and the lightness value of f95dca is 0.67.

The process color (four color CMYK) of #f95dca color hex is 0.00, 0.63, 0.19, 0.02. Web safe color of #f95dca is #ff66cc. Color #f95dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011101 11001010
Octal 371 135 312
Decimal 249 93 202
Hex F9 5D CA

RGB Percentages of Color #f95dca

%45.77
%17.10
%37.13

CMYK Percentages of Color #f95dca

%0
%63
%19
%2

Triadic Colors of #f95dca

#f95dca #caf95d #5dcaf9

Analogous Colors of #f95dca

#f95dca #f95d7c #da5df9

Monochromatic Colors of #f95dca

#f95dca

Complementary Color

#f95dca #5df98c

#f95dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95dca Color CSS Codes

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

#f95dca Text Font Color

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

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


#f95dca Background Color

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

This div background color is #f95dca


#f95dca Border Color

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

This div border color is #f95dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,93,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f95dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f95dca;
  -webkit-box-shadow: 1px 1px 3px 2px #f95dca;
  box-shadow:         1px 1px 3px 2px #f95dca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,93,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95dca


Comments

No comments written yet.

Please login to write comment.