Color Hex Logo

#f26cd1 Color Hex

#F26CD1
(242,108,209)
0 Favorites   0 Comments

Color spaces of #f26cd1

RGB 242108209
HSL0.870.840.69
HSV315°55°95°
CMYK 0.000.550.14   0.05
XYZ53.489134.205864.1048
Yxy34.20580.35240.2253
Hunter Lab58.485760.9001-24.0463
CIE-Lab65.125663.1263-27.7538

#f26cd1 color RGB value is (242,108,209).

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

The process color (four color CMYK) of #f26cd1 color hex is 0.00, 0.55, 0.14, 0.05. Web safe color of #f26cd1 is #ff66cc. Color #f26cd1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01101100 11010001
Octal 362 154 321
Decimal 242 108 209
Hex F2 6C D1

RGB Percentages of Color #f26cd1

%43.29
%19.32
%37.39

CMYK Percentages of Color #f26cd1

%0
%55
%14
%5

Triadic Colors of #f26cd1

#f26cd1 #d1f26c #6cd1f2

Analogous Colors of #f26cd1

#f26cd1 #f26c8e #d06cf2

Monochromatic Colors of #f26cd1

#f26cd1

Complementary Color

#f26cd1 #6cf28d

#f26cd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f26cd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f26cd1 Color CSS Codes

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

#f26cd1 Text Font Color

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

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


#f26cd1 Background Color

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

This div background color is #f26cd1


#f26cd1 Border Color

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

This div border color is #f26cd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f26cd1


Comments

No comments written yet.

Please login to write comment.