Color Hex Logo

#ff6efc Color Hex

#FF6EFC
(255,110,252)
0 Favorites   0 Comments

Color spaces of #ff6efc

RGB 255110252
HSL0.841.000.72
HSV301°57°100°
CMYK 0.000.570.01   0.00
XYZ64.386639.440196.3146
Yxy39.44010.32170.1971
Hunter Lab62.801473.1034-46.9685
CIE-Lab69.068972.4497-45.3175

#ff6efc color RGB value is (255,110,252).

#ff6efc hex color red value is 255, green value is 110 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ff6efc hue: 0.84 , saturation: 1.00 and the lightness value of ff6efc is 0.72.

The process color (four color CMYK) of #ff6efc color hex is 0.00, 0.57, 0.01, 0.00. Web safe color of #ff6efc is #ff66ff. Color #ff6efc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101110 11111100
Octal 377 156 374
Decimal 255 110 252
Hex FF 6E FC

RGB Percentages of Color #ff6efc

%41.33
%17.83
%40.84

CMYK Percentages of Color #ff6efc

%0
%57
%1
%0

Triadic Colors of #ff6efc

#ff6efc #fcff6e #6efcff

Analogous Colors of #ff6efc

#ff6efc #ff6eb4 #ba6eff

Monochromatic Colors of #ff6efc

#ff6efc

Complementary Color

#ff6efc #6eff71

#ff6efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6efc Color CSS Codes

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

#ff6efc Text Font Color

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

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


#ff6efc Background Color

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

This div background color is #ff6efc


#ff6efc Border Color

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

This div border color is #ff6efc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,110,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff6efc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff6efc;
  -webkit-box-shadow: 1px 1px 3px 2px #ff6efc;
  box-shadow:         1px 1px 3px 2px #ff6efc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,110,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6efc


Comments

No comments written yet.

Please login to write comment.