Color Hex Logo

#f2b7ee Color Hex

#F2B7EE
(242,183,238)
0 Favorites   0 Comments

Color spaces of #f2b7ee

RGB 242183238
HSL0.840.690.83
HSV304°24°95°
CMYK 0.000.240.02   0.05
XYZ68.984158.917388.6252
Yxy58.91730.31860.2721
Hunter Lab76.757626.0969-14.7266
CIE-Lab81.246130.1741-19.0707

#f2b7ee color RGB value is (242,183,238).

#f2b7ee hex color red value is 242, green value is 183 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f2b7ee hue: 0.84 , saturation: 0.69 and the lightness value of f2b7ee is 0.83.

The process color (four color CMYK) of #f2b7ee color hex is 0.00, 0.24, 0.02, 0.05. Web safe color of #f2b7ee is #ffccff. Color #f2b7ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10110111 11101110
Octal 362 267 356
Decimal 242 183 238
Hex F2 B7 EE

RGB Percentages of Color #f2b7ee

%36.50
%27.60
%35.90

CMYK Percentages of Color #f2b7ee

%0
%24
%2
%5

Triadic Colors of #f2b7ee

#f2b7ee #eef2b7 #b7eef2

Analogous Colors of #f2b7ee

#f2b7ee #f2b7d1 #d9b7f2

Monochromatic Colors of #f2b7ee

#f2b7ee

Complementary Color

#f2b7ee #b7f2bb

#f2b7ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2b7ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2b7ee Color CSS Codes

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

#f2b7ee Text Font Color

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

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


#f2b7ee Background Color

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

This div background color is #f2b7ee


#f2b7ee Border Color

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

This div border color is #f2b7ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,183,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2b7ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2b7ee;
  -webkit-box-shadow: 1px 1px 3px 2px #f2b7ee;
  box-shadow:         1px 1px 3px 2px #f2b7ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,183,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2b7ee

#f2b7ee Color Palettes


Comments

No comments written yet.

Please login to write comment.