Color Hex Logo

#ed48ca Color Hex

#ED48CA
(237,72,202)
0 Favorites   0 Comments

Color spaces of #ed48ca

RGB 23772202
HSL0.870.820.61
HSV313°70°93°
CMYK 0.000.700.15   0.07
XYZ47.903126.903558.5452
Yxy26.90350.35920.2017
Hunter Lab51.868674.0832-30.6139
CIE-Lab58.884975.1244-33.5205

#ed48ca color RGB value is (237,72,202).

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

The process color (four color CMYK) of #ed48ca color hex is 0.00, 0.70, 0.15, 0.07. Web safe color of #ed48ca is #ff33cc. Color #ed48ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001000 11001010
Octal 355 110 312
Decimal 237 72 202
Hex ED 48 CA

RGB Percentages of Color #ed48ca

%46.38
%14.09
%39.53

CMYK Percentages of Color #ed48ca

%0
%70
%15
%7

Triadic Colors of #ed48ca

#ed48ca #caed48 #48caed

Analogous Colors of #ed48ca

#ed48ca #ed4878 #be48ed

Monochromatic Colors of #ed48ca

#ed48ca

Complementary Color

#ed48ca #48ed6b

#ed48ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed48ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed48ca Color CSS Codes

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

#ed48ca Text Font Color

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

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


#ed48ca Background Color

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

This div background color is #ed48ca


#ed48ca Border Color

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

This div border color is #ed48ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,72,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 #ed48ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed48ca


Comments

No comments written yet.

Please login to write comment.