Color Hex Logo

#ec38ca Color Hex

#EC38CA
(236,56,202)
0 Favorites   0 Comments

Color spaces of #ec38ca

RGB 23656202
HSL0.860.830.57
HSV311°76°93°
CMYK 0.000.760.14   0.07
XYZ46.666924.925558.2286
Yxy24.92550.35950.1920
Hunter Lab49.925479.4801-34.2028
CIE-Lab57.002879.7843-36.4719

#ec38ca color RGB value is (236,56,202).

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

The process color (four color CMYK) of #ec38ca color hex is 0.00, 0.76, 0.14, 0.07. Web safe color of #ec38ca is #ff33cc. Color #ec38ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111000 11001010
Octal 354 70 312
Decimal 236 56 202
Hex EC 38 CA

RGB Percentages of Color #ec38ca

%47.77
%11.34
%40.89

CMYK Percentages of Color #ec38ca

%0
%76
%14
%7

Triadic Colors of #ec38ca

#ec38ca #caec38 #38caec

Analogous Colors of #ec38ca

#ec38ca #ec3870 #b438ec

Monochromatic Colors of #ec38ca

#ec38ca

Complementary Color

#ec38ca #38ec5a

#ec38ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec38ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec38ca Color CSS Codes

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

#ec38ca Text Font Color

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

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


#ec38ca Background Color

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

This div background color is #ec38ca


#ec38ca Border Color

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

This div border color is #ec38ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec38ca


Comments

No comments written yet.

Please login to write comment.