Color Hex Logo

#f369dc Color Hex

#F369DC
(243,105,220)
0 Favorites   0 Comments

Color spaces of #f369dc

RGB 243105220
HSL0.860.850.68
HSV310°57°95°
CMYK 0.000.570.09   0.05
XYZ54.932034.325171.4403
Yxy34.32510.34180.2136
Hunter Lab58.587664.8340-31.2854
CIE-Lab65.219866.3993-33.7557

#f369dc color RGB value is (243,105,220).

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

The process color (four color CMYK) of #f369dc color hex is 0.00, 0.57, 0.09, 0.05. Web safe color of #f369dc is #ff66cc. Color #f369dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01101001 11011100
Octal 363 151 334
Decimal 243 105 220
Hex F3 69 DC

RGB Percentages of Color #f369dc

%42.78
%18.49
%38.73

CMYK Percentages of Color #f369dc

%0
%57
%9
%5

Triadic Colors of #f369dc

#f369dc #dcf369 #69dcf3

Analogous Colors of #f369dc

#f369dc #f36997 #c569f3

Monochromatic Colors of #f369dc

#f369dc

Complementary Color

#f369dc #69f380

#f369dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f369dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f369dc Color CSS Codes

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

#f369dc Text Font Color

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

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


#f369dc Background Color

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

This div background color is #f369dc


#f369dc Border Color

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

This div border color is #f369dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,105,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 #f369dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f369dc


Comments

No comments written yet.

Please login to write comment.