Color Hex Logo

#ff61cf Color Hex

#FF61CF
(255,97,207)
0 Favorites   0 Comments

Color spaces of #ff61cf

RGB 25597207
HSL0.881.000.69
HSV318°62°100°
CMYK 0.000.620.19   0.00
XYZ56.777234.314462.6623
Yxy34.31440.36930.2232
Hunter Lab58.578570.4987-22.4185
CIE-Lab65.211471.0477-26.3391

#ff61cf color RGB value is (255,97,207).

#ff61cf hex color red value is 255, green value is 97 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ff61cf hue: 0.88 , saturation: 1.00 and the lightness value of ff61cf is 0.69.

The process color (four color CMYK) of #ff61cf color hex is 0.00, 0.62, 0.19, 0.00. Web safe color of #ff61cf is #ff66cc. Color #ff61cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100001 11001111
Octal 377 141 317
Decimal 255 97 207
Hex FF 61 CF

RGB Percentages of Color #ff61cf

%45.62
%17.35
%37.03

CMYK Percentages of Color #ff61cf

%0
%62
%19
%0

Triadic Colors of #ff61cf

#ff61cf #cfff61 #61cfff

Analogous Colors of #ff61cf

#ff61cf #ff6180 #e061ff

Monochromatic Colors of #ff61cf

#ff61cf

Complementary Color

#ff61cf #61ff91

#ff61cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff61cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff61cf Color CSS Codes

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

#ff61cf Text Font Color

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

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


#ff61cf Background Color

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

This div background color is #ff61cf


#ff61cf Border Color

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

This div border color is #ff61cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff61cf


Comments

No comments written yet.

Please login to write comment.