Color Hex Logo

#f995ef Color Hex

#F995EF
(249,149,239)
0 Favorites   0 Comments

Color spaces of #f995ef

RGB 249149239
HSL0.850.890.78
HSV306°40°98°
CMYK 0.000.400.04   0.02
XYZ65.394447.866687.4539
Yxy47.86660.32580.2385
Hunter Lab69.185747.6435-26.5153
CIE-Lab74.740750.2814-29.4606

#f995ef color RGB value is (249,149,239).

#f995ef hex color red value is 249, green value is 149 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f995ef hue: 0.85 , saturation: 0.89 and the lightness value of f995ef is 0.78.

The process color (four color CMYK) of #f995ef color hex is 0.00, 0.40, 0.04, 0.02. Web safe color of #f995ef is #ff99ff. Color #f995ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010101 11101111
Octal 371 225 357
Decimal 249 149 239
Hex F9 95 EF

RGB Percentages of Color #f995ef

%39.09
%23.39
%37.52

CMYK Percentages of Color #f995ef

%0
%40
%4
%2

Triadic Colors of #f995ef

#f995ef #eff995 #95eff9

Analogous Colors of #f995ef

#f995ef #f995bd #d195f9

Monochromatic Colors of #f995ef

#f995ef

Complementary Color

#f995ef #95f99f

#f995ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f995ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f995ef Color CSS Codes

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

#f995ef Text Font Color

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

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


#f995ef Background Color

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

This div background color is #f995ef


#f995ef Border Color

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

This div border color is #f995ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f995ef


Comments

No comments written yet.

Please login to write comment.