Color Hex Logo

#f641ef Color Hex

#F641EF
(246,65,239)
0 Favorites   0 Comments

Color spaces of #f641ef

RGB 24665239
HSL0.840.910.61
HSV302°74°96°
CMYK 0.000.740.03   0.04
XYZ55.476329.605484.4518
Yxy29.60540.32720.1746
Hunter Lab54.410886.7764-53.9372
CIE-Lab61.312284.6133-50.4610

#f641ef color RGB value is (246,65,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000001 11101111
Octal 366 101 357
Decimal 246 65 239
Hex F6 41 EF

RGB Percentages of Color #f641ef

%44.73
%11.82
%43.45

CMYK Percentages of Color #f641ef

%0
%74
%3
%4

Triadic Colors of #f641ef

#f641ef #eff641 #41eff6

Analogous Colors of #f641ef

#f641ef #f64195 #a341f6

Monochromatic Colors of #f641ef

#f641ef

Complementary Color

#f641ef #41f648

#f641ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f641ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f641ef Color CSS Codes

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

#f641ef Text Font Color

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

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


#f641ef Background Color

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

This div background color is #f641ef


#f641ef Border Color

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

This div border color is #f641ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f641ef


Comments

No comments written yet.

Please login to write comment.