Color Hex Logo

#f566e5 Color Hex

#F566E5
(245,102,229)
0 Favorites   0 Comments

Color spaces of #f566e5

RGB 245102229
HSL0.850.880.68
HSV307°58°96°
CMYK 0.000.580.07   0.04
XYZ56.550434.572477.8213
Yxy34.57240.33470.2046
Hunter Lab58.798368.7788-37.3133
CIE-Lab65.414469.6112-38.4476

#f566e5 color RGB value is (245,102,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100110 11100101
Octal 365 146 345
Decimal 245 102 229
Hex F5 66 E5

RGB Percentages of Color #f566e5

%42.53
%17.71
%39.76

CMYK Percentages of Color #f566e5

%0
%58
%7
%4

Triadic Colors of #f566e5

#f566e5 #e5f566 #66e5f5

Analogous Colors of #f566e5

#f566e5 #f5669e #be66f5

Monochromatic Colors of #f566e5

#f566e5

Complementary Color

#f566e5 #66f576

#f566e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f566e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f566e5 Color CSS Codes

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

#f566e5 Text Font Color

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

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


#f566e5 Background Color

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

This div background color is #f566e5


#f566e5 Border Color

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

This div border color is #f566e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f566e5


Comments

No comments written yet.

Please login to write comment.