Color Hex Logo

#f615de Color Hex

#F615DE
(246,21,222)
0 Favorites   0 Comments

Color spaces of #f615de

RGB 24621222
HSL0.850.930.52
HSV306°91°96°
CMYK 0.000.910.10   0.04
XYZ51.459025.403171.2983
Yxy25.40310.34730.1715
Hunter Lab50.401594.0426-48.5910
CIE-Lab57.466190.8515-47.0090

#f615de color RGB value is (246,21,222).

#f615de hex color red value is 246, green value is 21 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f615de hue: 0.85 , saturation: 0.93 and the lightness value of f615de is 0.52.

The process color (four color CMYK) of #f615de color hex is 0.00, 0.91, 0.10, 0.04. Web safe color of #f615de is #ff00cc. Color #f615de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00010101 11011110
Octal 366 25 336
Decimal 246 21 222
Hex F6 15 DE

RGB Percentages of Color #f615de

%50.31
%4.29
%45.40

CMYK Percentages of Color #f615de

%0
%91
%10
%4

Triadic Colors of #f615de

#f615de #def615 #15def6

Analogous Colors of #f615de

#f615de #f6156e #9e15f6

Monochromatic Colors of #f615de

#f615de

Complementary Color

#f615de #15f62d

#f615de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f615de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f615de Color CSS Codes

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

#f615de Text Font Color

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

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


#f615de Background Color

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

This div background color is #f615de


#f615de Border Color

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

This div border color is #f615de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f615de


Comments

No comments written yet.

Please login to write comment.