Color Hex Logo

#fd7ceb Color Hex

#FD7CEB
(253,124,235)
0 Favorites   0 Comments

Color spaces of #fd7ceb

RGB 253124235
HSL0.860.970.74
HSV308°51°99°
CMYK 0.000.510.07   0.01
XYZ62.711141.296183.2630
Yxy41.29610.33490.2205
Hunter Lab64.262061.7334-31.8374
CIE-Lab70.382962.9433-33.9557

#fd7ceb color RGB value is (253,124,235).

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

The process color (four color CMYK) of #fd7ceb color hex is 0.00, 0.51, 0.07, 0.01. Web safe color of #fd7ceb is #ff66ff. Color #fd7ceb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111100 11101011
Octal 375 174 353
Decimal 253 124 235
Hex FD 7C EB

RGB Percentages of Color #fd7ceb

%41.34
%20.26
%38.40

CMYK Percentages of Color #fd7ceb

%0
%51
%7
%1

Triadic Colors of #fd7ceb

#fd7ceb #ebfd7c #7cebfd

Analogous Colors of #fd7ceb

#fd7ceb #fd7cab #cf7cfd

Monochromatic Colors of #fd7ceb

#fd7ceb

Complementary Color

#fd7ceb #7cfd8e

#fd7ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7ceb Color CSS Codes

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

#fd7ceb Text Font Color

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

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


#fd7ceb Background Color

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

This div background color is #fd7ceb


#fd7ceb Border Color

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

This div border color is #fd7ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7ceb


Comments

No comments written yet.

Please login to write comment.