Color Hex Logo

#ea83cc Color Hex

#EA83CC
(234,131,204)
0 Favorites   0 Comments

Color spaces of #ea83cc

RGB 234131204
HSL0.880.710.72
HSV317°44°92°
CMYK 0.000.440.13   0.08
XYZ52.947138.084761.6872
Yxy38.08470.34670.2494
Hunter Lab61.712845.1484-16.0664
CIE-Lab68.083048.9799-20.5206

#ea83cc color RGB value is (234,131,204).

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

The process color (four color CMYK) of #ea83cc color hex is 0.00, 0.44, 0.13, 0.08. Web safe color of #ea83cc is #ff99cc. Color #ea83cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000011 11001100
Octal 352 203 314
Decimal 234 131 204
Hex EA 83 CC

RGB Percentages of Color #ea83cc

%41.12
%23.02
%35.85

CMYK Percentages of Color #ea83cc

%0
%44
%13
%8

Triadic Colors of #ea83cc

#ea83cc #ccea83 #83ccea

Analogous Colors of #ea83cc

#ea83cc #ea8399 #d583ea

Monochromatic Colors of #ea83cc

#ea83cc

Complementary Color

#ea83cc #83eaa1

#ea83cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea83cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea83cc Color CSS Codes

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

#ea83cc Text Font Color

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

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


#ea83cc Background Color

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

This div background color is #ea83cc


#ea83cc Border Color

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

This div border color is #ea83cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea83cc


Comments

No comments written yet.

Please login to write comment.