Color Hex Logo

#f625dc Color Hex

#F625DC
(246,37,220)
0 Favorites   0 Comments

Color spaces of #f625dc

RGB 24637220
HSL0.850.920.55
HSV307°85°96°
CMYK 0.000.850.11   0.04
XYZ51.585926.083370.0258
Yxy26.08330.34930.1766
Hunter Lab51.071890.9211-45.5437
CIE-Lab58.116088.3847-44.8489

#f625dc color RGB value is (246,37,220).

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

The process color (four color CMYK) of #f625dc color hex is 0.00, 0.85, 0.11, 0.04. Web safe color of #f625dc is #ff33cc. Color #f625dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100101 11011100
Octal 366 45 334
Decimal 246 37 220
Hex F6 25 DC

RGB Percentages of Color #f625dc

%48.91
%7.36
%43.74

CMYK Percentages of Color #f625dc

%0
%85
%11
%4

Triadic Colors of #f625dc

#f625dc #dcf625 #25dcf6

Analogous Colors of #f625dc

#f625dc #f62574 #a825f6

Monochromatic Colors of #f625dc

#f625dc

Complementary Color

#f625dc #25f63f

#f625dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f625dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f625dc Color CSS Codes

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

#f625dc Text Font Color

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

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


#f625dc Background Color

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

This div background color is #f625dc


#f625dc Border Color

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

This div border color is #f625dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f625dc


Comments

No comments written yet.

Please login to write comment.