Color Hex Logo

#ff7cda Color Hex

#FF7CDA
(255,124,218)
0 Favorites   0 Comments

Color spaces of #ff7cda

RGB 255124218
HSL0.881.000.74
HSV317°51°100°
CMYK 0.000.510.15   0.00
XYZ61.102540.737370.9723
Yxy40.73730.35360.2357
Hunter Lab63.825859.1888-21.2506
CIE-Lab69.991560.8763-25.1484

#ff7cda color RGB value is (255,124,218).

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

The process color (four color CMYK) of #ff7cda color hex is 0.00, 0.51, 0.15, 0.00. Web safe color of #ff7cda is #ff66cc. Color #ff7cda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111100 11011010
Octal 377 174 332
Decimal 255 124 218
Hex FF 7C DA

RGB Percentages of Color #ff7cda

%42.71
%20.77
%36.52

CMYK Percentages of Color #ff7cda

%0
%51
%15
%0

Triadic Colors of #ff7cda

#ff7cda #daff7c #7cdaff

Analogous Colors of #ff7cda

#ff7cda #ff7c99 #e37cff

Monochromatic Colors of #ff7cda

#ff7cda

Complementary Color

#ff7cda #7cffa1

#ff7cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7cda Color CSS Codes

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

#ff7cda Text Font Color

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

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


#ff7cda Background Color

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

This div background color is #ff7cda


#ff7cda Border Color

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

This div border color is #ff7cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7cda


Comments

No comments written yet.

Please login to write comment.