Color Hex Logo

#f27bcd Color Hex

#F27BCD
(242,123,205)
0 Favorites   0 Comments

Color spaces of #f27bcd

RGB 242123205
HSL0.890.820.72
HSV319°49°95°
CMYK 0.000.490.15   0.05
XYZ54.720437.450962.1023
Yxy37.45090.35470.2428
Hunter Lab61.197152.5136-17.3290
CIE-Lab67.614055.5442-21.6996

#f27bcd color RGB value is (242,123,205).

#f27bcd hex color red value is 242, green value is 123 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f27bcd hue: 0.89 , saturation: 0.82 and the lightness value of f27bcd is 0.72.

The process color (four color CMYK) of #f27bcd color hex is 0.00, 0.49, 0.15, 0.05. Web safe color of #f27bcd is #ff66cc. Color #f27bcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01111011 11001101
Octal 362 173 315
Decimal 242 123 205
Hex F2 7B CD

RGB Percentages of Color #f27bcd

%42.46
%21.58
%35.96

CMYK Percentages of Color #f27bcd

%0
%49
%15
%5

Triadic Colors of #f27bcd

#f27bcd #cdf27b #7bcdf2

Analogous Colors of #f27bcd

#f27bcd #f27b92 #dc7bf2

Monochromatic Colors of #f27bcd

#f27bcd

Complementary Color

#f27bcd #7bf2a0

#f27bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f27bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f27bcd Color CSS Codes

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

#f27bcd Text Font Color

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

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


#f27bcd Background Color

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

This div background color is #f27bcd


#f27bcd Border Color

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

This div border color is #f27bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f27bcd


Comments

No comments written yet.

Please login to write comment.