Color Hex Logo

#f693ed Color Hex

#F693ED
(246,147,237)
0 Favorites   0 Comments

Color spaces of #f693ed

RGB 246147237
HSL0.850.850.77
HSV305°40°96°
CMYK 0.000.400.04   0.04
XYZ63.725846.574785.7519
Yxy46.57470.32500.2376
Hunter Lab68.245747.2482-26.7270
CIE-Lab73.916950.0456-29.6670

#f693ed color RGB value is (246,147,237).

#f693ed hex color red value is 246, green value is 147 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f693ed hue: 0.85 , saturation: 0.85 and the lightness value of f693ed is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010011 11101101
Octal 366 223 355
Decimal 246 147 237
Hex F6 93 ED

RGB Percentages of Color #f693ed

%39.05
%23.33
%37.62

CMYK Percentages of Color #f693ed

%0
%40
%4
%4

Triadic Colors of #f693ed

#f693ed #edf693 #93edf6

Analogous Colors of #f693ed

#f693ed #f693bc #ce93f6

Monochromatic Colors of #f693ed

#f693ed

Complementary Color

#f693ed #93f69c

#f693ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f693ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f693ed Color CSS Codes

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

#f693ed Text Font Color

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

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


#f693ed Background Color

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

This div background color is #f693ed


#f693ed Border Color

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

This div border color is #f693ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,147,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f693ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f693ed;
  -webkit-box-shadow: 1px 1px 3px 2px #f693ed;
  box-shadow:         1px 1px 3px 2px #f693ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,147,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f693ed


Comments

No comments written yet.

Please login to write comment.