Color Hex Logo

#f767dd Color Hex

#F767DD
(247,103,221)
0 Favorites   0 Comments

Color spaces of #f767dd

RGB 247103221
HSL0.860.900.69
HSV311°58°97°
CMYK 0.000.580.11   0.03
XYZ56.259234.695172.1383
Yxy34.69510.34500.2127
Hunter Lab58.902567.4101-31.3810
CIE-Lab65.510668.4734-33.8185

#f767dd color RGB value is (247,103,221).

#f767dd hex color red value is 247, green value is 103 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f767dd hue: 0.86 , saturation: 0.90 and the lightness value of f767dd is 0.69.

The process color (four color CMYK) of #f767dd color hex is 0.00, 0.58, 0.11, 0.03. Web safe color of #f767dd is #ff66cc. Color #f767dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01100111 11011101
Octal 367 147 335
Decimal 247 103 221
Hex F7 67 DD

RGB Percentages of Color #f767dd

%43.26
%18.04
%38.70

CMYK Percentages of Color #f767dd

%0
%58
%11
%3

Triadic Colors of #f767dd

#f767dd #ddf767 #67ddf7

Analogous Colors of #f767dd

#f767dd #f76795 #c967f7

Monochromatic Colors of #f767dd

#f767dd

Complementary Color

#f767dd #67f781

#f767dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f767dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f767dd Color CSS Codes

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

#f767dd Text Font Color

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

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


#f767dd Background Color

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

This div background color is #f767dd


#f767dd Border Color

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

This div border color is #f767dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f767dd


Comments

No comments written yet.

Please login to write comment.