Color Hex Logo

#ea75cc Color Hex

#EA75CC
(234,117,204)
0 Favorites   0 Comments

Color spaces of #ea75cc

RGB 234117204
HSL0.880.740.69
HSV315°50°92°
CMYK 0.000.500.13   0.08
XYZ51.192134.574661.1022
Yxy34.57460.34860.2354
Hunter Lab58.800252.5038-20.4511
CIE-Lab65.416155.8784-24.5938

#ea75cc color RGB value is (234,117,204).

#ea75cc hex color red value is 234, green value is 117 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ea75cc hue: 0.88 , saturation: 0.74 and the lightness value of ea75cc is 0.69.

The process color (four color CMYK) of #ea75cc color hex is 0.00, 0.50, 0.13, 0.08. Web safe color of #ea75cc is #ff66cc. Color #ea75cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110101 11001100
Octal 352 165 314
Decimal 234 117 204
Hex EA 75 CC

RGB Percentages of Color #ea75cc

%42.16
%21.08
%36.76

CMYK Percentages of Color #ea75cc

%0
%50
%13
%8

Triadic Colors of #ea75cc

#ea75cc #ccea75 #75ccea

Analogous Colors of #ea75cc

#ea75cc #ea7592 #ce75ea

Monochromatic Colors of #ea75cc

#ea75cc

Complementary Color

#ea75cc #75ea93

#ea75cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea75cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea75cc Color CSS Codes

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

#ea75cc Text Font Color

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

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


#ea75cc Background Color

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

This div background color is #ea75cc


#ea75cc Border Color

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

This div border color is #ea75cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,117,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ea75cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea75cc


Comments

No comments written yet.

Please login to write comment.