Color Hex Logo

#ff6fca Color Hex

#FF6FCA
(255,111,202)
0 Favorites   0 Comments

Color spaces of #ff6fca

RGB 255111202
HSL0.891.000.72
HSV322°56°100°
CMYK 0.000.560.21   0.00
XYZ57.585136.893159.9631
Yxy36.89310.37290.2389
Hunter Lab60.739762.9349-16.0142
CIE-Lab67.196864.4779-20.4922

#ff6fca color RGB value is (255,111,202).

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

The process color (four color CMYK) of #ff6fca color hex is 0.00, 0.56, 0.21, 0.00. Web safe color of #ff6fca is #ff66cc. Color #ff6fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101111 11001010
Octal 377 157 312
Decimal 255 111 202
Hex FF 6F CA

RGB Percentages of Color #ff6fca

%44.89
%19.54
%35.56

CMYK Percentages of Color #ff6fca

%0
%56
%21
%0

Triadic Colors of #ff6fca

#ff6fca #caff6f #6fcaff

Analogous Colors of #ff6fca

#ff6fca #ff6f82 #ec6fff

Monochromatic Colors of #ff6fca

#ff6fca

Complementary Color

#ff6fca #6fffa4

#ff6fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6fca Color CSS Codes

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

#ff6fca Text Font Color

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

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


#ff6fca Background Color

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

This div background color is #ff6fca


#ff6fca Border Color

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

This div border color is #ff6fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6fca

Related Colors

#ff6fca Color Palettes


Comments

No comments written yet.

Please login to write comment.