Color Hex Logo

#f652be Color Hex

#F652BE
(246,82,190)
0 Favorites   0 Comments

Color spaces of #f652be

RGB 24682190
HSL0.890.900.64
HSV320°67°96°
CMYK 0.000.670.23   0.04
XYZ50.317629.345151.7273
Yxy29.34510.38300.2233
Hunter Lab54.171171.0028-18.6955
CIE-Lab61.085072.2172-23.1518

#f652be color RGB value is (246,82,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010010 10111110
Octal 366 122 276
Decimal 246 82 190
Hex F6 52 BE

RGB Percentages of Color #f652be

%47.49
%15.83
%36.68

CMYK Percentages of Color #f652be

%0
%67
%23
%4

Triadic Colors of #f652be

#f652be #bef652 #52bef6

Analogous Colors of #f652be

#f652be #f6526c #dc52f6

Monochromatic Colors of #f652be

#f652be

Complementary Color

#f652be #52f68a

#f652be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f652be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f652be Color CSS Codes

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

#f652be Text Font Color

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

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


#f652be Background Color

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

This div background color is #f652be


#f652be Border Color

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

This div border color is #f652be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f652be


Comments

No comments written yet.

Please login to write comment.