color codes Logo

#f070dd color codes

#F070DD
(240,112,221)
0 Favorites   0 Comments

Color spaces of #f070dd

RGB 240112221
HSL0.860.810.69
HSV309°53°94°
CMYK 0.000.530.08   0.06
XYZ54.780535.334172.3395
Yxy35.33410.33720.2175
Hunter Lab59.442560.4761-30.5442
CIE-Lab66.008062.6188-33.1229

#f070dd color RGB value is (240,112,221).

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

The process color (four color CMYK) of #f070dd color code is 0.00, 0.53, 0.08, 0.06. Web safe color of #f070dd is #ff66cc. Color #f070dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01110000 11011101
Octal 360 160 335
Decimal 240 112 221
Hex F0 70 DD

RGB Percentages of Color #f070dd

%41.88
%19.55
%38.57

CMYK Percentages of Color #f070dd

%0
%53
%8
%6

Triadic Colors of #f070dd

#f070dd #ddf070 #70ddf0

Analogous Colors of #f070dd

#f070dd #f0709d #c370f0

Monochromatic Colors of #f070dd

#f070dd

Complementary Color

#f070dd #70f083

#f070dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f070dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f070dd Color CSS Codes

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

#f070dd Text Font Color

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

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


#f070dd Background Color

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

This div background color is #f070dd


#f070dd Border Color

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

This div border color is #f070dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f070dd


Comments

No comments written yet.

Please login to write comment.