Color Hex Logo

#ed43ca Color Hex

#ED43CA
(237,67,202)
0 Favorites   0 Comments

Color spaces of #ed43ca

RGB 23767202
HSL0.870.830.60
HSV312°72°93°
CMYK 0.000.720.15   0.07
XYZ47.592926.283158.4418
Yxy26.28310.35970.1986
Hunter Lab51.267075.9901-31.7006
CIE-Lab58.304876.7640-34.4249

#ed43ca color RGB value is (237,67,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000011 11001010
Octal 355 103 312
Decimal 237 67 202
Hex ED 43 CA

RGB Percentages of Color #ed43ca

%46.84
%13.24
%39.92

CMYK Percentages of Color #ed43ca

%0
%72
%15
%7

Triadic Colors of #ed43ca

#ed43ca #caed43 #43caed

Analogous Colors of #ed43ca

#ed43ca #ed4375 #bb43ed

Monochromatic Colors of #ed43ca

#ed43ca

Complementary Color

#ed43ca #43ed66

#ed43ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed43ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed43ca Color CSS Codes

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

#ed43ca Text Font Color

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

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


#ed43ca Background Color

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

This div background color is #ed43ca


#ed43ca Border Color

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

This div border color is #ed43ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed43ca


Comments

No comments written yet.

Please login to write comment.