Color Hex Logo

#f63dee Color Hex

#F63DEE
(246,61,238)
0 Favorites   0 Comments

Color spaces of #f63dee

RGB 24661238
HSL0.840.910.60
HSV303°75°96°
CMYK 0.000.750.03   0.04
XYZ55.107429.103483.6019
Yxy29.10340.32840.1734
Hunter Lab53.947687.9294-54.1177
CIE-Lab60.872885.5793-50.6002

#f63dee color RGB value is (246,61,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00111101 11101110
Octal 366 75 356
Decimal 246 61 238
Hex F6 3D EE

RGB Percentages of Color #f63dee

%45.14
%11.19
%43.67

CMYK Percentages of Color #f63dee

%0
%75
%3
%4

Triadic Colors of #f63dee

#f63dee #eef63d #3deef6

Analogous Colors of #f63dee

#f63dee #f63d92 #a23df6

Monochromatic Colors of #f63dee

#f63dee

Complementary Color

#f63dee #3df645

#f63dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63dee Color CSS Codes

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

#f63dee Text Font Color

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

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


#f63dee Background Color

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

This div background color is #f63dee


#f63dee Border Color

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

This div border color is #f63dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63dee


Comments

No comments written yet.

Please login to write comment.