Color Hex Logo

#f693de Color Hex

#F693DE
(246,147,222)
0 Favorites   0 Comments

Color spaces of #f693de

RGB 246147222
HSL0.870.850.77
HSV315°40°96°
CMYK 0.000.400.10   0.04
XYZ61.624645.734274.6869
Yxy45.73420.33850.2512
Hunter Lab67.627144.3093-18.1406
CIE-Lab73.372747.5275-22.2927

#f693de color RGB value is (246,147,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010011 11011110
Octal 366 223 336
Decimal 246 147 222
Hex F6 93 DE

RGB Percentages of Color #f693de

%40.00
%23.90
%36.10

CMYK Percentages of Color #f693de

%0
%40
%10
%4

Triadic Colors of #f693de

#f693de #def693 #93def6

Analogous Colors of #f693de

#f693de #f693ad #dd93f6

Monochromatic Colors of #f693de

#f693de

Complementary Color

#f693de #93f6ab

#f693de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f693de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f693de Color CSS Codes

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

#f693de Text Font Color

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

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


#f693de Background Color

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

This div background color is #f693de


#f693de Border Color

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

This div border color is #f693de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f693de


Comments

No comments written yet.

Please login to write comment.