Color Hex Logo

#ec75cc Color Hex

#EC75CC
(236,117,204)
0 Favorites   0 Comments

Color spaces of #ec75cc

RGB 236117204
HSL0.880.760.69
HSV316°50°93°
CMYK 0.000.500.14   0.07
XYZ51.852434.915161.1331
Yxy34.91510.35060.2361
Hunter Lab59.089053.2334-19.9788
CIE-Lab65.682556.4717-24.1623

#ec75cc color RGB value is (236,117,204).

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

The process color (four color CMYK) of #ec75cc color hex is 0.00, 0.50, 0.14, 0.07. Web safe color of #ec75cc is #ff66cc. Color #ec75cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110101 11001100
Octal 354 165 314
Decimal 236 117 204
Hex EC 75 CC

RGB Percentages of Color #ec75cc

%42.37
%21.01
%36.62

CMYK Percentages of Color #ec75cc

%0
%50
%14
%7

Triadic Colors of #ec75cc

#ec75cc #ccec75 #75ccec

Analogous Colors of #ec75cc

#ec75cc #ec7591 #d175ec

Monochromatic Colors of #ec75cc

#ec75cc

Complementary Color

#ec75cc #75ec95

#ec75cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec75cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec75cc Color CSS Codes

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

#ec75cc Text Font Color

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

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


#ec75cc Background Color

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

This div background color is #ec75cc


#ec75cc Border Color

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

This div border color is #ec75cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec75cc


Comments

No comments written yet.

Please login to write comment.