Color Hex Logo

#f652eb Color Hex

#F652EB
(246,82,235)
0 Favorites   0 Comments

Color spaces of #f652eb

RGB 24682235
HSL0.840.900.64
HSV304°67°96°
CMYK 0.000.670.04   0.04
XYZ56.018731.625681.7491
Yxy31.62560.33070.1867
Hunter Lab56.236679.3941-46.8220
CIE-Lab63.032278.5570-45.5140

#f652eb color RGB value is (246,82,235).

#f652eb hex color red value is 246, green value is 82 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f652eb hue: 0.84 , saturation: 0.90 and the lightness value of f652eb is 0.64.

The process color (four color CMYK) of #f652eb color hex is 0.00, 0.67, 0.04, 0.04. Web safe color of #f652eb is #ff66ff. Color #f652eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010010 11101011
Octal 366 122 353
Decimal 246 82 235
Hex F6 52 EB

RGB Percentages of Color #f652eb

%43.69
%14.56
%41.74

CMYK Percentages of Color #f652eb

%0
%67
%4
%4

Triadic Colors of #f652eb

#f652eb #ebf652 #52ebf6

Analogous Colors of #f652eb

#f652eb #f65299 #af52f6

Monochromatic Colors of #f652eb

#f652eb

Complementary Color

#f652eb #52f65d

#f652eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f652eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f652eb Color CSS Codes

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

#f652eb Text Font Color

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

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


#f652eb Background Color

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

This div background color is #f652eb


#f652eb Border Color

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

This div border color is #f652eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f652eb


Comments

No comments written yet.

Please login to write comment.