Color Hex Logo

#ff68be Color Hex

#FF68BE
(255,104,190)
3 Favorites   0 Comments

Color spaces of #ff68be

RGB 255104190
HSL0.911.000.70
HSV326°59°100°
CMYK 0.000.590.25   0.00
XYZ55.484634.878352.5230
Yxy34.87830.38830.2441
Hunter Lab59.057964.3487-11.3890
CIE-Lab65.653865.9205-16.0707

#ff68be color RGB value is (255,104,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101000 10111110
Octal 377 150 276
Decimal 255 104 190
Hex FF 68 BE

RGB Percentages of Color #ff68be

%46.45
%18.94
%34.61

CMYK Percentages of Color #ff68be

%0
%59
%25
%0

Triadic Colors of #ff68be

#ff68be #beff68 #68beff

Analogous Colors of #ff68be

#ff68be #ff6873 #f568ff

Monochromatic Colors of #ff68be

#ff68be

Complementary Color

#ff68be #68ffa9

#ff68be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff68be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff68be Color CSS Codes

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

#ff68be Text Font Color

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

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


#ff68be Background Color

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

This div background color is #ff68be


#ff68be Border Color

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

This div border color is #ff68be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff68be

Related Colors


Comments

No comments written yet.

Please login to write comment.