Color Hex Logo

#fd6bea Color Hex

#FD6BEA
(253,107,234)
0 Favorites   0 Comments

Color spaces of #fd6bea

RGB 253107234
HSL0.860.970.71
HSV308°58°99°
CMYK 0.000.580.08   0.01
XYZ60.617037.338581.8541
Yxy37.33850.33710.2077
Hunter Lab61.105270.1396-36.6488
CIE-Lab67.530270.3392-37.8366

#fd6bea color RGB value is (253,107,234).

#fd6bea hex color red value is 253, green value is 107 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fd6bea hue: 0.86 , saturation: 0.97 and the lightness value of fd6bea is 0.71.

The process color (four color CMYK) of #fd6bea color hex is 0.00, 0.58, 0.08, 0.01. Web safe color of #fd6bea is #ff66ff. Color #fd6bea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101011 11101010
Octal 375 153 352
Decimal 253 107 234
Hex FD 6B EA

RGB Percentages of Color #fd6bea

%42.59
%18.01
%39.39

CMYK Percentages of Color #fd6bea

%0
%58
%8
%1

Triadic Colors of #fd6bea

#fd6bea #eafd6b #6beafd

Analogous Colors of #fd6bea

#fd6bea #fd6ba1 #c76bfd

Monochromatic Colors of #fd6bea

#fd6bea

Complementary Color

#fd6bea #6bfd7e

#fd6bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6bea Color CSS Codes

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

#fd6bea Text Font Color

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

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


#fd6bea Background Color

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

This div background color is #fd6bea


#fd6bea Border Color

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

This div border color is #fd6bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6bea


Comments

No comments written yet.

Please login to write comment.