Color Hex Logo

#ff6bdc Color Hex

#FF6BDC
(255,107,220)
0 Favorites   0 Comments

Color spaces of #ff6bdc

RGB 255107220
HSL0.871.000.71
HSV314°58°100°
CMYK 0.000.580.14   0.00
XYZ59.416036.942771.7092
Yxy36.94270.35350.2198
Hunter Lab60.780568.1268-27.4043
CIE-Lab67.234068.7545-30.5007

#ff6bdc color RGB value is (255,107,220).

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

The process color (four color CMYK) of #ff6bdc color hex is 0.00, 0.58, 0.14, 0.00. Web safe color of #ff6bdc is #ff66cc. Color #ff6bdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101011 11011100
Octal 377 153 334
Decimal 255 107 220
Hex FF 6B DC

RGB Percentages of Color #ff6bdc

%43.81
%18.38
%37.80

CMYK Percentages of Color #ff6bdc

%0
%58
%14
%0

Triadic Colors of #ff6bdc

#ff6bdc #dcff6b #6bdcff

Analogous Colors of #ff6bdc

#ff6bdc #ff6b92 #d86bff

Monochromatic Colors of #ff6bdc

#ff6bdc

Complementary Color

#ff6bdc #6bff8e

#ff6bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6bdc Color CSS Codes

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

#ff6bdc Text Font Color

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

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


#ff6bdc Background Color

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

This div background color is #ff6bdc


#ff6bdc Border Color

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

This div border color is #ff6bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6bdc


Comments

No comments written yet.

Please login to write comment.