Color Hex Logo

#ff6adf Color Hex

#FF6ADF
(255,106,223)
0 Favorites   0 Comments

Color spaces of #ff6adf

RGB 255106223
HSL0.871.000.71
HSV313°58°100°
CMYK 0.000.580.13   0.00
XYZ59.713336.895873.7864
Yxy36.89580.35040.2165
Hunter Lab60.741969.1789-29.5033
CIE-Lab67.198869.6183-32.2256

#ff6adf color RGB value is (255,106,223).

#ff6adf hex color red value is 255, green value is 106 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ff6adf hue: 0.87 , saturation: 1.00 and the lightness value of ff6adf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101010 11011111
Octal 377 152 337
Decimal 255 106 223
Hex FF 6A DF

RGB Percentages of Color #ff6adf

%43.66
%18.15
%38.18

CMYK Percentages of Color #ff6adf

%0
%58
%13
%0

Triadic Colors of #ff6adf

#ff6adf #dfff6a #6adfff

Analogous Colors of #ff6adf

#ff6adf #ff6a95 #d56aff

Monochromatic Colors of #ff6adf

#ff6adf

Complementary Color

#ff6adf #6aff8a

#ff6adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6adf Color CSS Codes

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

#ff6adf Text Font Color

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

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


#ff6adf Background Color

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

This div background color is #ff6adf


#ff6adf Border Color

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

This div border color is #ff6adf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,106,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff6adf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff6adf;
  -webkit-box-shadow: 1px 1px 3px 2px #ff6adf;
  box-shadow:         1px 1px 3px 2px #ff6adf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,106,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6adf

Related Colors


Comments

No comments written yet.

Please login to write comment.