Color Hex Logo

#f67cbc Color Hex

#F67CBC
(246,124,188)
0 Favorites   0 Comments

Color spaces of #f67cbc

RGB 246124188
HSL0.910.870.73
HSV329°50°96°
CMYK 0.000.500.24   0.04
XYZ54.290837.639051.9806
Yxy37.63900.37730.2615
Hunter Lab61.350650.5958-7.2892
CIE-Lab67.753753.8505-11.9084

#f67cbc color RGB value is (246,124,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01111100 10111100
Octal 366 174 274
Decimal 246 124 188
Hex F6 7C BC

RGB Percentages of Color #f67cbc

%44.09
%22.22
%33.69

CMYK Percentages of Color #f67cbc

%0
%50
%24
%4

Triadic Colors of #f67cbc

#f67cbc #bcf67c #7cbcf6

Analogous Colors of #f67cbc

#f67cbc #f67c7f #f37cf6

Monochromatic Colors of #f67cbc

#f67cbc

Complementary Color

#f67cbc #7cf6b6

#f67cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67cbc Color CSS Codes

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

#f67cbc Text Font Color

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

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


#f67cbc Background Color

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

This div background color is #f67cbc


#f67cbc Border Color

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

This div border color is #f67cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67cbc


Comments

No comments written yet.

Please login to write comment.