Color Hex Logo

#ec33cd Color Hex

#EC33CD
(236,51,205)
0 Favorites   0 Comments

Color spaces of #ec33cd

RGB 23651205
HSL0.860.830.56
HSV310°78°93°
CMYK 0.000.780.13   0.07
XYZ46.795324.608360.0411
Yxy24.60830.35600.1872
Hunter Lab49.606881.5717-37.0364
CIE-Lab56.691881.4863-38.6753

#ec33cd color RGB value is (236,51,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110011 11001101
Octal 354 63 315
Decimal 236 51 205
Hex EC 33 CD

RGB Percentages of Color #ec33cd

%47.97
%10.37
%41.67

CMYK Percentages of Color #ec33cd

%0
%78
%13
%7

Triadic Colors of #ec33cd

#ec33cd #cdec33 #33cdec

Analogous Colors of #ec33cd

#ec33cd #ec3371 #af33ec

Monochromatic Colors of #ec33cd

#ec33cd

Complementary Color

#ec33cd #33ec52

#ec33cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec33cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec33cd Color CSS Codes

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

#ec33cd Text Font Color

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

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


#ec33cd Background Color

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

This div background color is #ec33cd


#ec33cd Border Color

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

This div border color is #ec33cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec33cd


Comments

No comments written yet.

Please login to write comment.