Color Hex Logo

#f63dea Color Hex

#F63DEA
(246,61,234)
0 Favorites   0 Comments

Color spaces of #f63dea

RGB 24661234
HSL0.840.910.60
HSV304°75°96°
CMYK 0.000.750.05   0.04
XYZ54.526128.870880.5407
Yxy28.87080.33260.1761
Hunter Lab53.731687.1093-51.2604
CIE-Lab60.667484.9932-48.6911

#f63dea color RGB value is (246,61,234).

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

The process color (four color CMYK) of #f63dea color hex is 0.00, 0.75, 0.05, 0.04. Web safe color of #f63dea is #ff33ff. Color #f63dea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00111101 11101010
Octal 366 75 352
Decimal 246 61 234
Hex F6 3D EA

RGB Percentages of Color #f63dea

%45.47
%11.28
%43.25

CMYK Percentages of Color #f63dea

%0
%75
%5
%4

Triadic Colors of #f63dea

#f63dea #eaf63d #3deaf6

Analogous Colors of #f63dea

#f63dea #f63d8e #a63df6

Monochromatic Colors of #f63dea

#f63dea

Complementary Color

#f63dea #3df649

#f63dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63dea Color CSS Codes

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

#f63dea Text Font Color

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

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


#f63dea Background Color

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

This div background color is #f63dea


#f63dea Border Color

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

This div border color is #f63dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63dea


Comments

No comments written yet.

Please login to write comment.