Color Hex Logo

#f265dc Color Hex

#F265DC
(242,101,220)
0 Favorites   0 Comments

Color spaces of #f265dc

RGB 242101220
HSL0.860.840.67
HSV309°58°95°
CMYK 0.000.580.09   0.05
XYZ54.189933.351971.2916
Yxy33.35190.34120.2100
Hunter Lab57.751166.4284-32.7655
CIE-Lab64.444867.8557-34.9712

#f265dc color RGB value is (242,101,220).

#f265dc hex color red value is 242, green value is 101 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f265dc hue: 0.86 , saturation: 0.84 and the lightness value of f265dc is 0.67.

The process color (four color CMYK) of #f265dc color hex is 0.00, 0.58, 0.09, 0.05. Web safe color of #f265dc is #ff66cc. Color #f265dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100101 11011100
Octal 362 145 334
Decimal 242 101 220
Hex F2 65 DC

RGB Percentages of Color #f265dc

%42.98
%17.94
%39.08

CMYK Percentages of Color #f265dc

%0
%58
%9
%5

Triadic Colors of #f265dc

#f265dc #dcf265 #65dcf2

Analogous Colors of #f265dc

#f265dc #f26596 #c265f2

Monochromatic Colors of #f265dc

#f265dc

Complementary Color

#f265dc #65f27b

#f265dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f265dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f265dc Color CSS Codes

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

#f265dc Text Font Color

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

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


#f265dc Background Color

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

This div background color is #f265dc


#f265dc Border Color

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

This div border color is #f265dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f265dc


Comments

No comments written yet.

Please login to write comment.