Color Hex Logo

#f63ded Color Hex

#F63DED
(246,61,237)
0 Favorites   0 Comments

Color spaces of #f63ded

RGB 24661237
HSL0.840.910.60
HSV303°75°96°
CMYK 0.000.750.04   0.04
XYZ54.960829.044782.8302
Yxy29.04470.32940.1741
Hunter Lab53.893187.7232-53.3996
CIE-Lab60.821185.4322-50.1242

#f63ded color RGB value is (246,61,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00111101 11101101
Octal 366 75 355
Decimal 246 61 237
Hex F6 3D ED

RGB Percentages of Color #f63ded

%45.22
%11.21
%43.57

CMYK Percentages of Color #f63ded

%0
%75
%4
%4

Triadic Colors of #f63ded

#f63ded #edf63d #3dedf6

Analogous Colors of #f63ded

#f63ded #f63d91 #a33df6

Monochromatic Colors of #f63ded

#f63ded

Complementary Color

#f63ded #3df646

#f63ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63ded Color CSS Codes

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

#f63ded Text Font Color

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

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


#f63ded Background Color

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

This div background color is #f63ded


#f63ded Border Color

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

This div border color is #f63ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63ded


Comments

No comments written yet.

Please login to write comment.