Color Hex Logo

#ff068d Color Hex

#FF068D
(255,6,141)
0 Favorites   0 Comments

Color spaces of #ff068d

RGB 2556141
HSL0.911.000.51
HSV327°98°100°
CMYK 0.000.980.45   0.00
XYZ46.112823.313327.2688
Yxy23.31330.47690.2411
Hunter Lab48.283885.97710.3141
CIE-Lab55.393685.1530-2.9738

#ff068d color RGB value is (255,6,141).

#ff068d hex color red value is 255, green value is 6 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ff068d hue: 0.91 , saturation: 1.00 and the lightness value of ff068d is 0.51.

The process color (four color CMYK) of #ff068d color hex is 0.00, 0.98, 0.45, 0.00. Web safe color of #ff068d is #ff0099. Color #ff068d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000110 10001101
Octal 377 6 215
Decimal 255 6 141
Hex FF 6 8D

RGB Percentages of Color #ff068d

%63.43
%1.49
%35.07

CMYK Percentages of Color #ff068d

%0
%98
%45
%0

Triadic Colors of #ff068d

#ff068d #8dff06 #068dff

Analogous Colors of #ff068d

#ff068d #ff0610 #f506ff

Monochromatic Colors of #ff068d

#ff068d

Complementary Color

#ff068d #06ff78

#ff068d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff068d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff068d Color CSS Codes

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

#ff068d Text Font Color

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

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


#ff068d Background Color

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

This div background color is #ff068d


#ff068d Border Color

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

This div border color is #ff068d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff068d


Comments

No comments written yet.

Please login to write comment.