Color Hex Logo

#f005da Color Hex

#F005DA
(240,5,218)
0 Favorites   0 Comments

Color spaces of #f005da

RGB 2405218
HSL0.850.960.48
HSV306°98°94°
CMYK 0.000.980.09   0.06
XYZ48.644323.695868.3396
Yxy23.69580.34580.1684
Hunter Lab48.678393.1881-49.1625
CIE-Lab55.781990.5410-47.4763

#f005da color RGB value is (240,5,218).

#f005da hex color red value is 240, green value is 5 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f005da hue: 0.85 , saturation: 0.96 and the lightness value of f005da is 0.48.

The process color (four color CMYK) of #f005da color hex is 0.00, 0.98, 0.09, 0.06. Web safe color of #f005da is #ff00cc. Color #f005da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000101 11011010
Octal 360 5 332
Decimal 240 5 218
Hex F0 5 DA

RGB Percentages of Color #f005da

%51.84
%1.08
%47.08

CMYK Percentages of Color #f005da

%0
%98
%9
%6

Triadic Colors of #f005da

#f005da #daf005 #05daf0

Analogous Colors of #f005da

#f005da #f00565 #9105f0

Monochromatic Colors of #f005da

#f005da

Complementary Color

#f005da #05f01b

#f005da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f005da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f005da Color CSS Codes

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

#f005da Text Font Color

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

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


#f005da Background Color

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

This div background color is #f005da


#f005da Border Color

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

This div border color is #f005da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,5,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f005da


Comments

No comments written yet.

Please login to write comment.