Color Hex Logo

#f75fee Color Hex

#F75FEE
(247,95,238)
0 Favorites   0 Comments

Color spaces of #f75fee

RGB 24795238
HSL0.840.900.67
HSV304°62°97°
CMYK 0.000.620.04   0.03
XYZ57.882634.131684.4262
Yxy34.13160.32810.1934
Hunter Lab58.422374.6122-44.7846
CIE-Lab65.066974.3857-43.9689

#f75fee color RGB value is (247,95,238).

#f75fee hex color red value is 247, green value is 95 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f75fee hue: 0.84 , saturation: 0.90 and the lightness value of f75fee is 0.67.

The process color (four color CMYK) of #f75fee color hex is 0.00, 0.62, 0.04, 0.03. Web safe color of #f75fee is #ff66ff. Color #f75fee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01011111 11101110
Octal 367 137 356
Decimal 247 95 238
Hex F7 5F EE

RGB Percentages of Color #f75fee

%42.59
%16.38
%41.03

CMYK Percentages of Color #f75fee

%0
%62
%4
%3

Triadic Colors of #f75fee

#f75fee #eef75f #5feef7

Analogous Colors of #f75fee

#f75fee #f75fa2 #b45ff7

Monochromatic Colors of #f75fee

#f75fee

Complementary Color

#f75fee #5ff768

#f75fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75fee Color CSS Codes

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

#f75fee Text Font Color

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

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


#f75fee Background Color

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

This div background color is #f75fee


#f75fee Border Color

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

This div border color is #f75fee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,95,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f75fee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f75fee;
  -webkit-box-shadow: 1px 1px 3px 2px #f75fee;
  box-shadow:         1px 1px 3px 2px #f75fee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,95,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75fee


Comments

No comments written yet.

Please login to write comment.