Color Hex Logo

#ea7bcc Color Hex

#EA7BCC
(234,123,204)
0 Favorites   0 Comments

Color spaces of #ea7bcc

RGB 234123204
HSL0.880.730.70
HSV316°47°92°
CMYK 0.000.470.13   0.08
XYZ51.913736.018061.3428
Yxy36.01800.34780.2413
Hunter Lab60.015049.3784-18.5913
CIE-Lab66.533752.9638-22.8832

#ea7bcc color RGB value is (234,123,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111011 11001100
Octal 352 173 314
Decimal 234 123 204
Hex EA 7B CC

RGB Percentages of Color #ea7bcc

%41.71
%21.93
%36.36

CMYK Percentages of Color #ea7bcc

%0
%47
%13
%8

Triadic Colors of #ea7bcc

#ea7bcc #ccea7b #7bccea

Analogous Colors of #ea7bcc

#ea7bcc #ea7b95 #d17bea

Monochromatic Colors of #ea7bcc

#ea7bcc

Complementary Color

#ea7bcc #7bea99

#ea7bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7bcc Color CSS Codes

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

#ea7bcc Text Font Color

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

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


#ea7bcc Background Color

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

This div background color is #ea7bcc


#ea7bcc Border Color

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

This div border color is #ea7bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7bcc


Comments

No comments written yet.

Please login to write comment.