Color Hex Logo

#ec35cf Color Hex

#EC35CF
(236,53,207)
0 Favorites   0 Comments

Color spaces of #ec35cf

RGB 23653207
HSL0.860.830.57
HSV310°78°93°
CMYK 0.000.780.12   0.07
XYZ47.127724.884161.3507
Yxy24.88410.35340.1866
Hunter Lab49.884081.3403-38.0001
CIE-Lab56.962381.2527-39.3927

#ec35cf color RGB value is (236,53,207).

#ec35cf hex color red value is 236, green value is 53 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ec35cf hue: 0.86 , saturation: 0.83 and the lightness value of ec35cf is 0.57.

The process color (four color CMYK) of #ec35cf color hex is 0.00, 0.78, 0.12, 0.07. Web safe color of #ec35cf is #ff33cc. Color #ec35cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110101 11001111
Octal 354 65 317
Decimal 236 53 207
Hex EC 35 CF

RGB Percentages of Color #ec35cf

%47.58
%10.69
%41.73

CMYK Percentages of Color #ec35cf

%0
%78
%12
%7

Triadic Colors of #ec35cf

#ec35cf #cfec35 #35cfec

Analogous Colors of #ec35cf

#ec35cf #ec3574 #ae35ec

Monochromatic Colors of #ec35cf

#ec35cf

Complementary Color

#ec35cf #35ec52

#ec35cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec35cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec35cf Color CSS Codes

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

#ec35cf Text Font Color

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

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


#ec35cf Background Color

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

This div background color is #ec35cf


#ec35cf Border Color

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

This div border color is #ec35cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec35cf


Comments

No comments written yet.

Please login to write comment.