Color Hex Logo

#ec3dbe Color Hex

#EC3DBE
(236,61,190)
0 Favorites   0 Comments

Color spaces of #ec3dbe

RGB 23661190
HSL0.880.820.58
HSV316°74°93°
CMYK 0.000.740.19   0.07
XYZ45.555124.888151.1181
Yxy24.88810.37480.2047
Hunter Lab49.888075.6929-25.8304
CIE-Lab56.966276.7841-29.6381

#ec3dbe color RGB value is (236,61,190).

#ec3dbe hex color red value is 236, green value is 61 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ec3dbe hue: 0.88 , saturation: 0.82 and the lightness value of ec3dbe is 0.58.

The process color (four color CMYK) of #ec3dbe color hex is 0.00, 0.74, 0.19, 0.07. Web safe color of #ec3dbe is #ff33cc. Color #ec3dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111101 10111110
Octal 354 75 276
Decimal 236 61 190
Hex EC 3D BE

RGB Percentages of Color #ec3dbe

%48.46
%12.53
%39.01

CMYK Percentages of Color #ec3dbe

%0
%74
%19
%7

Triadic Colors of #ec3dbe

#ec3dbe #beec3d #3dbeec

Analogous Colors of #ec3dbe

#ec3dbe #ec3d67 #c33dec

Monochromatic Colors of #ec3dbe

#ec3dbe

Complementary Color

#ec3dbe #3dec6b

#ec3dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec3dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec3dbe Color CSS Codes

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

#ec3dbe Text Font Color

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

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


#ec3dbe Background Color

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

This div background color is #ec3dbe


#ec3dbe Border Color

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

This div border color is #ec3dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec3dbe


Comments

No comments written yet.

Please login to write comment.