Color Hex Logo

#ea43ca Color Hex

#EA43CA
(234,67,202)
0 Favorites   0 Comments

Color spaces of #ea43ca

RGB 23467202
HSL0.870.800.59
HSV311°71°92°
CMYK 0.000.710.14   0.08
XYZ46.599525.771058.3953
Yxy25.77100.35640.1971
Hunter Lab50.765175.0138-32.6659
CIE-Lab57.819076.0759-35.2193

#ea43ca color RGB value is (234,67,202).

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

The process color (four color CMYK) of #ea43ca color hex is 0.00, 0.71, 0.14, 0.08. Web safe color of #ea43ca is #ff33cc. Color #ea43ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000011 11001010
Octal 352 103 312
Decimal 234 67 202
Hex EA 43 CA

RGB Percentages of Color #ea43ca

%46.52
%13.32
%40.16

CMYK Percentages of Color #ea43ca

%0
%71
%14
%8

Triadic Colors of #ea43ca

#ea43ca #caea43 #43caea

Analogous Colors of #ea43ca

#ea43ca #ea4377 #b743ea

Monochromatic Colors of #ea43ca

#ea43ca

Complementary Color

#ea43ca #43ea63

#ea43ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea43ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea43ca Color CSS Codes

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

#ea43ca Text Font Color

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

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


#ea43ca Background Color

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

This div background color is #ea43ca


#ea43ca Border Color

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

This div border color is #ea43ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea43ca


Comments

No comments written yet.

Please login to write comment.