Color Hex Logo

#ff6ffc Color Hex

#FF6FFC
(255,111,252)
0 Favorites   0 Comments

Color spaces of #ff6ffc

RGB 255111252
HSL0.841.000.72
HSV301°56°100°
CMYK 0.000.560.01   0.00
XYZ64.495139.657296.3508
Yxy39.65720.32170.1978
Hunter Lab62.974072.6072-46.6325
CIE-Lab69.224772.0247-45.0729

#ff6ffc color RGB value is (255,111,252).

#ff6ffc hex color red value is 255, green value is 111 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ff6ffc hue: 0.84 , saturation: 1.00 and the lightness value of ff6ffc is 0.72.

The process color (four color CMYK) of #ff6ffc color hex is 0.00, 0.56, 0.01, 0.00. Web safe color of #ff6ffc is #ff66ff. Color #ff6ffc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101111 11111100
Octal 377 157 374
Decimal 255 111 252
Hex FF 6F FC

RGB Percentages of Color #ff6ffc

%41.26
%17.96
%40.78

CMYK Percentages of Color #ff6ffc

%0
%56
%1
%0

Triadic Colors of #ff6ffc

#ff6ffc #fcff6f #6ffcff

Analogous Colors of #ff6ffc

#ff6ffc #ff6fb4 #ba6fff

Monochromatic Colors of #ff6ffc

#ff6ffc

Complementary Color

#ff6ffc #6fff72

#ff6ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6ffc Color CSS Codes

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

#ff6ffc Text Font Color

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

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


#ff6ffc Background Color

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

This div background color is #ff6ffc


#ff6ffc Border Color

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

This div border color is #ff6ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.