Color Hex Logo

#ed26ca Color Hex

#ED26CA
(237,38,202)
0 Favorites   0 Comments

Color spaces of #ed26ca

RGB 23738202
HSL0.860.850.54
HSV311°84°93°
CMYK 0.000.840.15   0.07
XYZ46.278823.655058.0038
Yxy23.65500.36170.1849
Hunter Lab48.636484.7337-36.6638
CIE-Lab55.740784.1277-38.4387

#ed26ca color RGB value is (237,38,202).

#ed26ca hex color red value is 237, green value is 38 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ed26ca hue: 0.86 , saturation: 0.85 and the lightness value of ed26ca is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100110 11001010
Octal 355 46 312
Decimal 237 38 202
Hex ED 26 CA

RGB Percentages of Color #ed26ca

%49.69
%7.97
%42.35

CMYK Percentages of Color #ed26ca

%0
%84
%15
%7

Triadic Colors of #ed26ca

#ed26ca #caed26 #26caed

Analogous Colors of #ed26ca

#ed26ca #ed2667 #ad26ed

Monochromatic Colors of #ed26ca

#ed26ca

Complementary Color

#ed26ca #26ed49

#ed26ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed26ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed26ca Color CSS Codes

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

#ed26ca Text Font Color

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

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


#ed26ca Background Color

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

This div background color is #ed26ca


#ed26ca Border Color

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

This div border color is #ed26ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed26ca


Comments

No comments written yet.

Please login to write comment.