Color Hex Logo

#f362dc Color Hex

#F362DC
(243,98,220)
0 Favorites   0 Comments

Color spaces of #f362dc

RGB 24398220
HSL0.860.860.67
HSV310°60°95°
CMYK 0.000.600.09   0.05
XYZ54.248132.957471.2124
Yxy32.95740.34240.2080
Hunter Lab57.408568.2083-33.3603
CIE-Lab64.126469.3766-35.4559

#f362dc color RGB value is (243,98,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01100010 11011100
Octal 363 142 334
Decimal 243 98 220
Hex F3 62 DC

RGB Percentages of Color #f362dc

%43.32
%17.47
%39.22

CMYK Percentages of Color #f362dc

%0
%60
%9
%5

Triadic Colors of #f362dc

#f362dc #dcf362 #62dcf3

Analogous Colors of #f362dc

#f362dc #f36294 #c262f3

Monochromatic Colors of #f362dc

#f362dc

Complementary Color

#f362dc #62f379

#f362dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f362dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f362dc Color CSS Codes

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

#f362dc Text Font Color

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

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


#f362dc Background Color

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

This div background color is #f362dc


#f362dc Border Color

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

This div border color is #f362dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f362dc


Comments

No comments written yet.

Please login to write comment.