color codes Logo

#f95ecd color codes

#F95ECD
(249,94,205)
0 Favorites   0 Comments

Color spaces of #f95ecd

RGB 24994205
HSL0.880.930.67
HSV317°62°98°
CMYK 0.000.620.18   0.02
XYZ54.089132.552961.1901
Yxy32.55290.36590.2202
Hunter Lab57.055169.3741-23.6483
CIE-Lab63.797270.3898-27.4640

#f95ecd color RGB value is (249,94,205).

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

The process color (four color CMYK) of #f95ecd color code is 0.00, 0.62, 0.18, 0.02. Web safe color of #f95ecd is #ff66cc. Color #f95ecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011110 11001101
Octal 371 136 315
Decimal 249 94 205
Hex F9 5E CD

RGB Percentages of Color #f95ecd

%45.44
%17.15
%37.41

CMYK Percentages of Color #f95ecd

%0
%62
%18
%2

Triadic Colors of #f95ecd

#f95ecd #cdf95e #5ecdf9

Analogous Colors of #f95ecd

#f95ecd #f95e80 #d85ef9

Monochromatic Colors of #f95ecd

#f95ecd

Complementary Color

#f95ecd #5ef98a

#f95ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95ecd Color CSS Codes

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

#f95ecd Text Font Color

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

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


#f95ecd Background Color

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

This div background color is #f95ecd


#f95ecd Border Color

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

This div border color is #f95ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95ecd


Comments

No comments written yet.

Please login to write comment.