Color Hex Logo

#f67ced Color Hex

#F67CED
(246,124,237)
0 Favorites   0 Comments

Color spaces of #f67ced

RGB 246124237
HSL0.850.870.73
HSV304°50°96°
CMYK 0.000.500.04   0.04
XYZ60.499740.122684.6765
Yxy40.12260.32650.2165
Hunter Lab63.342459.6400-34.9195
CIE-Lab69.556861.3263-36.4092

#f67ced color RGB value is (246,124,237).

#f67ced hex color red value is 246, green value is 124 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f67ced hue: 0.85 , saturation: 0.87 and the lightness value of f67ced is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01111100 11101101
Octal 366 174 355
Decimal 246 124 237
Hex F6 7C ED

RGB Percentages of Color #f67ced

%40.53
%20.43
%39.04

CMYK Percentages of Color #f67ced

%0
%50
%4
%4

Triadic Colors of #f67ced

#f67ced #edf67c #7cedf6

Analogous Colors of #f67ced

#f67ced #f67cb0 #c27cf6

Monochromatic Colors of #f67ced

#f67ced

Complementary Color

#f67ced #7cf685

#f67ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67ced Color CSS Codes

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

#f67ced Text Font Color

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

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


#f67ced Background Color

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

This div background color is #f67ced


#f67ced Border Color

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

This div border color is #f67ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67ced

Related Colors


Comments

No comments written yet.

Please login to write comment.