Color Hex Logo

#ff7ced Color Hex

#FF7CED
(255,124,237)
0 Favorites   0 Comments

Color spaces of #ff7ced

RGB 255124237
HSL0.861.000.74
HSV308°51°100°
CMYK 0.000.510.07   0.00
XYZ63.733741.789784.8279
Yxy41.78970.33480.2195
Hunter Lab64.645062.8551-32.5496
CIE-Lab70.725763.8189-34.5033

#ff7ced color RGB value is (255,124,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111100 11101101
Octal 377 174 355
Decimal 255 124 237
Hex FF 7C ED

RGB Percentages of Color #ff7ced

%41.40
%20.13
%38.47

CMYK Percentages of Color #ff7ced

%0
%51
%7
%0

Triadic Colors of #ff7ced

#ff7ced #edff7c #7cedff

Analogous Colors of #ff7ced

#ff7ced #ff7cac #d07cff

Monochromatic Colors of #ff7ced

#ff7ced

Complementary Color

#ff7ced #7cff8e

#ff7ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7ced Color CSS Codes

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

#ff7ced Text Font Color

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

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


#ff7ced Background Color

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

This div background color is #ff7ced


#ff7ced Border Color

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

This div border color is #ff7ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7ced

Related Colors


Comments

No comments written yet.

Please login to write comment.