Color Hex Logo

#f67cca Color Hex

#F67CCA
(246,124,202)
0 Favorites   0 Comments

Color spaces of #f67cca

RGB 246124202
HSL0.890.870.73
HSV322°50°96°
CMYK 0.000.500.18   0.04
XYZ55.874438.272460.3195
Yxy38.27240.36170.2478
Hunter Lab61.864752.9528-14.5038
CIE-Lab68.220955.8317-19.0506

#f67cca color RGB value is (246,124,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01111100 11001010
Octal 366 174 312
Decimal 246 124 202
Hex F6 7C CA

RGB Percentages of Color #f67cca

%43.01
%21.68
%35.31

CMYK Percentages of Color #f67cca

%0
%50
%18
%4

Triadic Colors of #f67cca

#f67cca #caf67c #7ccaf6

Analogous Colors of #f67cca

#f67cca #f67c8d #e57cf6

Monochromatic Colors of #f67cca

#f67cca

Complementary Color

#f67cca #7cf6a8

#f67cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67cca Color CSS Codes

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

#f67cca Text Font Color

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

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


#f67cca Background Color

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

This div background color is #f67cca


#f67cca Border Color

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

This div border color is #f67cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67cca


Comments

No comments written yet.

Please login to write comment.