Color Hex Logo

#feb7fd Color Hex

#FEB7FD
(254,183,253)
0 Favorites   0 Comments

Color spaces of #feb7fd

RGB 254183253
HSL0.840.970.86
HSV301°28°100°
CMYK 0.000.280.00   0.00
XYZ75.536262.0297100.9202
Yxy62.02970.31670.2601
Hunter Lab78.758933.3678-20.8418
CIE-Lab82.929236.7174-24.4330

#feb7fd color RGB value is (254,183,253).

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

The process color (four color CMYK) of #feb7fd color hex is 0.00, 0.28, 0.00, 0.00. Web safe color of #feb7fd is #ffccff. Color #feb7fd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110111 11111101
Octal 376 267 375
Decimal 254 183 253
Hex FE B7 FD

RGB Percentages of Color #feb7fd

%36.81
%26.52
%36.67

CMYK Percentages of Color #feb7fd

%0
%28
%0
%0

Triadic Colors of #feb7fd

#feb7fd #fdfeb7 #b7fdfe

Analogous Colors of #feb7fd

#feb7fd #feb7da #dcb7fe

Monochromatic Colors of #feb7fd

#feb7fd

Complementary Color

#feb7fd #b7feb8

#feb7fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb7fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb7fd Color CSS Codes

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

#feb7fd Text Font Color

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

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


#feb7fd Background Color

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

This div background color is #feb7fd


#feb7fd Border Color

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

This div border color is #feb7fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb7fd

Related Colors


Comments

No comments written yet.

Please login to write comment.