Color Hex Logo

#ea42ca Color Hex

#EA42CA
(234,66,202)
0 Favorites   0 Comments

Color spaces of #ea42ca

RGB 23466202
HSL0.870.800.59
HSV311°72°92°
CMYK 0.000.720.14   0.08
XYZ46.540625.653158.3757
Yxy25.65310.35640.1965
Hunter Lab50.648975.3858-32.8808
CIE-Lab57.706376.3957-35.3955

#ea42ca color RGB value is (234,66,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000010 11001010
Octal 352 102 312
Decimal 234 66 202
Hex EA 42 CA

RGB Percentages of Color #ea42ca

%46.61
%13.15
%40.24

CMYK Percentages of Color #ea42ca

%0
%72
%14
%8

Triadic Colors of #ea42ca

#ea42ca #caea42 #42caea

Analogous Colors of #ea42ca

#ea42ca #ea4276 #b642ea

Monochromatic Colors of #ea42ca

#ea42ca

Complementary Color

#ea42ca #42ea62

#ea42ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea42ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea42ca Color CSS Codes

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

#ea42ca Text Font Color

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

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


#ea42ca Background Color

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

This div background color is #ea42ca


#ea42ca Border Color

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

This div border color is #ea42ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea42ca


Comments

No comments written yet.

Please login to write comment.