Color Hex Logo

#ec18cf Color Hex

#EC18CF
(236,24,207)
0 Favorites   0 Comments

Color spaces of #ec18cf

RGB 23624207
HSL0.860.850.51
HSV308°90°93°
CMYK 0.000.900.12   0.07
XYZ46.181222.991161.0352
Yxy22.99110.35470.1766
Hunter Lab47.949088.0081-41.9070
CIE-Lab55.063286.7714-42.3834

#ec18cf color RGB value is (236,24,207).

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

The process color (four color CMYK) of #ec18cf color hex is 0.00, 0.90, 0.12, 0.07. Web safe color of #ec18cf is #ff00cc. Color #ec18cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011000 11001111
Octal 354 30 317
Decimal 236 24 207
Hex EC 18 CF

RGB Percentages of Color #ec18cf

%50.54
%5.14
%44.33

CMYK Percentages of Color #ec18cf

%0
%90
%12
%7

Triadic Colors of #ec18cf

#ec18cf #cfec18 #18cfec

Analogous Colors of #ec18cf

#ec18cf #ec1865 #9f18ec

Monochromatic Colors of #ec18cf

#ec18cf

Complementary Color

#ec18cf #18ec35

#ec18cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec18cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec18cf Color CSS Codes

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

#ec18cf Text Font Color

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

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


#ec18cf Background Color

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

This div background color is #ec18cf


#ec18cf Border Color

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

This div border color is #ec18cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec18cf


Comments

No comments written yet.

Please login to write comment.