Color Hex Logo

#f267de Color Hex

#F267DE
(242,103,222)
0 Favorites   0 Comments

Color spaces of #f267de

RGB 242103222
HSL0.860.840.68
HSV309°57°95°
CMYK 0.000.570.08   0.05
XYZ54.653033.851772.7607
Yxy33.85170.33890.2099
Hunter Lab58.182265.8537-33.4185
CIE-Lab64.844767.3099-35.4666

#f267de color RGB value is (242,103,222).

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

The process color (four color CMYK) of #f267de color hex is 0.00, 0.57, 0.08, 0.05. Web safe color of #f267de is #ff66cc. Color #f267de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100111 11011110
Octal 362 147 336
Decimal 242 103 222
Hex F2 67 DE

RGB Percentages of Color #f267de

%42.68
%18.17
%39.15

CMYK Percentages of Color #f267de

%0
%57
%8
%5

Triadic Colors of #f267de

#f267de #def267 #67def2

Analogous Colors of #f267de

#f267de #f26799 #c167f2

Monochromatic Colors of #f267de

#f267de

Complementary Color

#f267de #67f27b

#f267de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f267de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f267de Color CSS Codes

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

#f267de Text Font Color

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

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


#f267de Background Color

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

This div background color is #f267de


#f267de Border Color

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

This div border color is #f267de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f267de


Comments

No comments written yet.

Please login to write comment.