Color Hex Logo

#f566c2 Color Hex

#F566C2
(245,102,194)
0 Favorites   0 Comments

Color spaces of #f566c2

RGB 245102194
HSL0.890.880.68
HSV321°58°96°
CMYK 0.000.580.21   0.04
XYZ52.145232.810354.6236
Yxy32.81030.37360.2351
Hunter Lab57.280362.2573-16.4439
CIE-Lab64.007064.4613-20.9738

#f566c2 color RGB value is (245,102,194).

#f566c2 hex color red value is 245, green value is 102 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #f566c2 hue: 0.89 , saturation: 0.88 and the lightness value of f566c2 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100110 11000010
Octal 365 146 302
Decimal 245 102 194
Hex F5 66 C2

RGB Percentages of Color #f566c2

%45.29
%18.85
%35.86

CMYK Percentages of Color #f566c2

%0
%58
%21
%4

Triadic Colors of #f566c2

#f566c2 #c2f566 #66c2f5

Analogous Colors of #f566c2

#f566c2 #f5667b #e166f5

Monochromatic Colors of #f566c2

#f566c2

Complementary Color

#f566c2 #66f599

#f566c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f566c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f566c2 Color CSS Codes

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

#f566c2 Text Font Color

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

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


#f566c2 Background Color

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

This div background color is #f566c2


#f566c2 Border Color

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

This div border color is #f566c2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,102,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f566c2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f566c2;
  -webkit-box-shadow: 1px 1px 3px 2px #f566c2;
  box-shadow:         1px 1px 3px 2px #f566c2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,102,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f566c2


Comments

No comments written yet.

Please login to write comment.