Color Hex Logo

#ec77cd Color Hex

#EC77CD
(236,119,205)
0 Favorites   0 Comments

Color spaces of #ec77cd

RGB 236119205
HSL0.880.750.70
HSV316°50°93°
CMYK 0.000.500.13   0.07
XYZ52.208335.434361.8454
Yxy35.43430.34920.2370
Hunter Lab59.526752.3828-19.9308
CIE-Lab66.085455.6677-24.1060

#ec77cd color RGB value is (236,119,205).

#ec77cd hex color red value is 236, green value is 119 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ec77cd hue: 0.88 , saturation: 0.75 and the lightness value of ec77cd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110111 11001101
Octal 354 167 315
Decimal 236 119 205
Hex EC 77 CD

RGB Percentages of Color #ec77cd

%42.14
%21.25
%36.61

CMYK Percentages of Color #ec77cd

%0
%50
%13
%7

Triadic Colors of #ec77cd

#ec77cd #cdec77 #77cdec

Analogous Colors of #ec77cd

#ec77cd #ec7793 #d177ec

Monochromatic Colors of #ec77cd

#ec77cd

Complementary Color

#ec77cd #77ec96

#ec77cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec77cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec77cd Color CSS Codes

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

#ec77cd Text Font Color

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

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


#ec77cd Background Color

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

This div background color is #ec77cd


#ec77cd Border Color

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

This div border color is #ec77cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,119,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec77cd


Comments

No comments written yet.

Please login to write comment.