Color Hex Logo

#ed4fca Color Hex

#ED4FCA
(237,79,202)
0 Favorites   0 Comments

Color spaces of #ed4fca

RGB 23779202
HSL0.870.810.62
HSV313°67°93°
CMYK 0.000.670.15   0.07
XYZ48.381727.860858.7048
Yxy27.86080.35850.2065
Hunter Lab52.783371.2440-28.9931
CIE-Lab59.762872.6612-32.1546

#ed4fca color RGB value is (237,79,202).

#ed4fca hex color red value is 237, green value is 79 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ed4fca hue: 0.87 , saturation: 0.81 and the lightness value of ed4fca is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001111 11001010
Octal 355 117 312
Decimal 237 79 202
Hex ED 4F CA

RGB Percentages of Color #ed4fca

%45.75
%15.25
%39.00

CMYK Percentages of Color #ed4fca

%0
%67
%15
%7

Triadic Colors of #ed4fca

#ed4fca #caed4f #4fcaed

Analogous Colors of #ed4fca

#ed4fca #ed4f7b #c14fed

Monochromatic Colors of #ed4fca

#ed4fca

Complementary Color

#ed4fca #4fed72

#ed4fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4fca Color CSS Codes

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

#ed4fca Text Font Color

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

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


#ed4fca Background Color

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

This div background color is #ed4fca


#ed4fca Border Color

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

This div border color is #ed4fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4fca


Comments

No comments written yet.

Please login to write comment.