Color Hex Logo

#f635de Color Hex

#F635DE
(246,53,222)
0 Favorites   0 Comments

Color spaces of #f635de

RGB 24653222
HSL0.850.910.59
HSV307°78°96°
CMYK 0.000.780.10   0.04
XYZ52.464027.413071.6333
Yxy27.41300.34630.1809
Hunter Lab52.357487.2378-44.4680
CIE-Lab59.354785.3469-44.0244

#f635de color RGB value is (246,53,222).

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

The process color (four color CMYK) of #f635de color hex is 0.00, 0.78, 0.10, 0.04. Web safe color of #f635de is #ff33cc. Color #f635de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00110101 11011110
Octal 366 65 336
Decimal 246 53 222
Hex F6 35 DE

RGB Percentages of Color #f635de

%47.22
%10.17
%42.61

CMYK Percentages of Color #f635de

%0
%78
%10
%4

Triadic Colors of #f635de

#f635de #def635 #35def6

Analogous Colors of #f635de

#f635de #f6357e #ae35f6

Monochromatic Colors of #f635de

#f635de

Complementary Color

#f635de #35f64d

#f635de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f635de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f635de Color CSS Codes

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

#f635de Text Font Color

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

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


#f635de Background Color

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

This div background color is #f635de


#f635de Border Color

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

This div border color is #f635de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,53,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 #f635de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f635de


Comments

No comments written yet.

Please login to write comment.