Color Hex Logo

#ff006b Color Hex

#FF006B
(255,0,107)
0 Favorites   0 Comments

Color spaces of #ff006b

RGB 2550107
HSL0.931.000.50
HSV335°100°100°
CMYK 0.001.000.58   0.00
XYZ43.893822.321515.9049
Yxy22.32150.53450.2718
Hunter Lab47.245683.156513.1124
CIE-Lab54.366583.174415.9911

#ff006b color RGB value is (255,0,107).

#ff006b hex color red value is 255, green value is 0 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ff006b hue: 0.93 , saturation: 1.00 and the lightness value of ff006b is 0.50.

The process color (four color CMYK) of #ff006b color hex is 0.00, 1.00, 0.58, 0.00. Web safe color of #ff006b is #ff0066. Color #ff006b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000000 01101011
Octal 377 0 153
Decimal 255 0 107
Hex FF 0 6B

RGB Percentages of Color #ff006b

%70.44
%0.00
%29.56

CMYK Percentages of Color #ff006b

%0
%100
%58
%0

Triadic Colors of #ff006b

#ff006b #6bff00 #006bff

Analogous Colors of #ff006b

#ff006b #ff1500 #ff00eb

Monochromatic Colors of #ff006b

#ff006b

Complementary Color

#ff006b #00ff94

#ff006b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff006b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff006b Color CSS Codes

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

#ff006b Text Font Color

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

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


#ff006b Background Color

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

This div background color is #ff006b


#ff006b Border Color

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

This div border color is #ff006b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff006b

Related Colors

#ff006b Color Palettes


Comments

No comments written yet.

Please login to write comment.