Color Hex Logo

#f63dca Color Hex

#F63DCA
(246,61,202)
0 Favorites   0 Comments

Color spaces of #f63dca

RGB 24661202
HSL0.870.910.60
HSV314°75°96°
CMYK 0.000.750.18   0.04
XYZ50.335427.194658.4732
Yxy27.19460.37010.2000
Hunter Lab52.148481.0343-29.9770
CIE-Lab59.154080.5881-32.9898

#f63dca color RGB value is (246,61,202).

#f63dca hex color red value is 246, green value is 61 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f63dca hue: 0.87 , saturation: 0.91 and the lightness value of f63dca is 0.60.

The process color (four color CMYK) of #f63dca color hex is 0.00, 0.75, 0.18, 0.04. Web safe color of #f63dca is #ff33cc. Color #f63dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00111101 11001010
Octal 366 75 312
Decimal 246 61 202
Hex F6 3D CA

RGB Percentages of Color #f63dca

%48.33
%11.98
%39.69

CMYK Percentages of Color #f63dca

%0
%75
%18
%4

Triadic Colors of #f63dca

#f63dca #caf63d #3dcaf6

Analogous Colors of #f63dca

#f63dca #f63d6e #c63df6

Monochromatic Colors of #f63dca

#f63dca

Complementary Color

#f63dca #3df669

#f63dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63dca Color CSS Codes

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

#f63dca Text Font Color

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

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


#f63dca Background Color

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

This div background color is #f63dca


#f63dca Border Color

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

This div border color is #f63dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,61,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f63dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f63dca;
  -webkit-box-shadow: 1px 1px 3px 2px #f63dca;
  box-shadow:         1px 1px 3px 2px #f63dca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,61,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63dca


Comments

No comments written yet.

Please login to write comment.