Color Hex Logo

#ff61cb Color Hex

#FF61CB
(255,97,203)
1 Favorites   0 Comments

Color spaces of #ff61cb

RGB 25597203
HSL0.891.000.69
HSV320°62°100°
CMYK 0.000.620.20   0.00
XYZ56.294234.121260.1189
Yxy34.12120.37400.2267
Hunter Lab58.413469.8009-20.1318
CIE-Lab65.058770.5085-24.3204

#ff61cb color RGB value is (255,97,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100001 11001011
Octal 377 141 313
Decimal 255 97 203
Hex FF 61 CB

RGB Percentages of Color #ff61cb

%45.95
%17.48
%36.58

CMYK Percentages of Color #ff61cb

%0
%62
%20
%0

Triadic Colors of #ff61cb

#ff61cb #cbff61 #61cbff

Analogous Colors of #ff61cb

#ff61cb #ff617c #e461ff

Monochromatic Colors of #ff61cb

#ff61cb

Complementary Color

#ff61cb #61ff95

#ff61cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff61cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff61cb Color CSS Codes

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

#ff61cb Text Font Color

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

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


#ff61cb Background Color

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

This div background color is #ff61cb


#ff61cb Border Color

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

This div border color is #ff61cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff61cb

Related Colors


Comments

No comments written yet.

Please login to write comment.