Color Hex Logo

#f62085 Color Hex

#F62085
(246,32,133)
0 Favorites   0 Comments

Color spaces of #f62085

RGB 24632133
HSL0.920.920.55
HSV332°87°96°
CMYK 0.000.870.46   0.04
XYZ42.756222.319324.2449
Yxy22.31930.47870.2499
Hunter Lab47.243378.87052.6431
CIE-Lab54.364279.81630.0950

#f62085 color RGB value is (246,32,133).

#f62085 hex color red value is 246, green value is 32 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #f62085 hue: 0.92 , saturation: 0.92 and the lightness value of f62085 is 0.55.

The process color (four color CMYK) of #f62085 color hex is 0.00, 0.87, 0.46, 0.04. Web safe color of #f62085 is #ff3399. Color #f62085 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100000 10000101
Octal 366 40 205
Decimal 246 32 133
Hex F6 20 85

RGB Percentages of Color #f62085

%59.85
%7.79
%32.36

CMYK Percentages of Color #f62085

%0
%87
%46
%4

Triadic Colors of #f62085

#f62085 #85f620 #2085f6

Analogous Colors of #f62085

#f62085 #f62620 #f620f0

Monochromatic Colors of #f62085

#f62085

Complementary Color

#f62085 #20f691

#f62085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f62085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f62085 Color CSS Codes

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

#f62085 Text Font Color

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

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


#f62085 Background Color

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

This div background color is #f62085


#f62085 Border Color

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

This div border color is #f62085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f62085


Comments

No comments written yet.

Please login to write comment.