Color Hex Logo

#f067dd Color Hex

#F067DD
(240,103,221)
0 Favorites   0 Comments

Color spaces of #f067dd

RGB 240103221
HSL0.860.820.67
HSV308°57°94°
CMYK 0.000.570.08   0.06
XYZ53.836633.446272.0249
Yxy33.44620.33790.2099
Hunter Lab57.832764.9589-33.3570
CIE-Lab64.520666.6262-35.4340

#f067dd color RGB value is (240,103,221).

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

The process color (four color CMYK) of #f067dd color hex is 0.00, 0.57, 0.08, 0.06. Web safe color of #f067dd is #ff66cc. Color #f067dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100111 11011101
Octal 360 147 335
Decimal 240 103 221
Hex F0 67 DD

RGB Percentages of Color #f067dd

%42.55
%18.26
%39.18

CMYK Percentages of Color #f067dd

%0
%57
%8
%6

Triadic Colors of #f067dd

#f067dd #ddf067 #67ddf0

Analogous Colors of #f067dd

#f067dd #f06799 #bf67f0

Monochromatic Colors of #f067dd

#f067dd

Complementary Color

#f067dd #67f07a

#f067dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f067dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f067dd Color CSS Codes

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

#f067dd Text Font Color

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

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


#f067dd Background Color

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

This div background color is #f067dd


#f067dd Border Color

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

This div border color is #f067dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,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 #f067dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f067dd


Comments

No comments written yet.

Please login to write comment.