Color Hex Logo

#ec95cd Color Hex

#EC95CD
(236,149,205)
0 Favorites   0 Comments

Color spaces of #ec95cd

RGB 236149205
HSL0.890.700.75
HSV321°37°93°
CMYK 0.000.370.13   0.07
XYZ56.359043.735563.2290
Yxy43.73550.34510.2678
Hunter Lab66.132836.3869-10.3937
CIE-Lab72.051440.5286-15.0460

#ec95cd color RGB value is (236,149,205).

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

The process color (four color CMYK) of #ec95cd color hex is 0.00, 0.37, 0.13, 0.07. Web safe color of #ec95cd is #ff99cc. Color #ec95cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010101 11001101
Octal 354 225 315
Decimal 236 149 205
Hex EC 95 CD

RGB Percentages of Color #ec95cd

%40.00
%25.25
%34.75

CMYK Percentages of Color #ec95cd

%0
%37
%13
%7

Triadic Colors of #ec95cd

#ec95cd #cdec95 #95cdec

Analogous Colors of #ec95cd

#ec95cd #ec95a2 #e095ec

Monochromatic Colors of #ec95cd

#ec95cd

Complementary Color

#ec95cd #95ecb4

#ec95cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec95cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec95cd Color CSS Codes

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

#ec95cd Text Font Color

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

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


#ec95cd Background Color

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

This div background color is #ec95cd


#ec95cd Border Color

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

This div border color is #ec95cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec95cd


Comments

No comments written yet.

Please login to write comment.