Color Hex Logo

#ff68ba Color Hex

#FF68BA
(255,104,186)
0 Favorites   0 Comments

Color spaces of #ff68ba

RGB 255104186
HSL0.911.000.70
HSV327°59°100°
CMYK 0.000.590.27   0.00
XYZ55.053234.705850.2516
Yxy34.70580.39320.2479
Hunter Lab58.911663.7138-9.3362
CIE-Lab65.519065.4159-14.0087

#ff68ba color RGB value is (255,104,186).

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

The process color (four color CMYK) of #ff68ba color hex is 0.00, 0.59, 0.27, 0.00. Web safe color of #ff68ba is #ff66cc. Color #ff68ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101000 10111010
Octal 377 150 272
Decimal 255 104 186
Hex FF 68 BA

RGB Percentages of Color #ff68ba

%46.79
%19.08
%34.13

CMYK Percentages of Color #ff68ba

%0
%59
%27
%0

Triadic Colors of #ff68ba

#ff68ba #baff68 #68baff

Analogous Colors of #ff68ba

#ff68ba #ff686f #f968ff

Monochromatic Colors of #ff68ba

#ff68ba

Complementary Color

#ff68ba #68ffad

#ff68ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff68ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff68ba Color CSS Codes

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

#ff68ba Text Font Color

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

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


#ff68ba Background Color

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

This div background color is #ff68ba


#ff68ba Border Color

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

This div border color is #ff68ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff68ba

#ff68ba Color Palettes


Comments

No comments written yet.

Please login to write comment.