Color Hex Logo

#ec31be Color Hex

#EC31BE
(236,49,190)
0 Favorites   0 Comments

Color spaces of #ec31be

RGB 23649190
HSL0.870.830.56
HSV315°79°93°
CMYK 0.000.790.19   0.07
XYZ44.984623.747250.9279
Yxy23.74720.37590.1985
Hunter Lab48.731179.4973-27.8510
CIE-Lab55.833880.0250-31.3975

#ec31be color RGB value is (236,49,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110001 10111110
Octal 354 61 276
Decimal 236 49 190
Hex EC 31 BE

RGB Percentages of Color #ec31be

%49.68
%10.32
%40.00

CMYK Percentages of Color #ec31be

%0
%79
%19
%7

Triadic Colors of #ec31be

#ec31be #beec31 #31beec

Analogous Colors of #ec31be

#ec31be #ec3161 #bd31ec

Monochromatic Colors of #ec31be

#ec31be

Complementary Color

#ec31be #31ec5f

#ec31be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec31be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec31be Color CSS Codes

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

#ec31be Text Font Color

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

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


#ec31be Background Color

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

This div background color is #ec31be


#ec31be Border Color

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

This div border color is #ec31be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec31be


Comments

No comments written yet.

Please login to write comment.