Color Hex Logo

#f568dc Color Hex

#F568DC
(245,104,220)
0 Favorites   0 Comments

Color spaces of #f568dc

RGB 245104220
HSL0.860.880.68
HSV311°58°96°
CMYK 0.000.580.10   0.04
XYZ55.524834.480471.4391
Yxy34.48040.34390.2136
Hunter Lab58.720066.0270-31.0285
CIE-Lab65.342167.3649-33.5439

#f568dc color RGB value is (245,104,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101000 11011100
Octal 365 150 334
Decimal 245 104 220
Hex F5 68 DC

RGB Percentages of Color #f568dc

%43.06
%18.28
%38.66

CMYK Percentages of Color #f568dc

%0
%58
%10
%4

Triadic Colors of #f568dc

#f568dc #dcf568 #68dcf5

Analogous Colors of #f568dc

#f568dc #f56896 #c868f5

Monochromatic Colors of #f568dc

#f568dc

Complementary Color

#f568dc #68f581

#f568dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f568dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f568dc Color CSS Codes

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

#f568dc Text Font Color

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

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


#f568dc Background Color

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

This div background color is #f568dc


#f568dc Border Color

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

This div border color is #f568dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f568dc


Comments

No comments written yet.

Please login to write comment.