Color Hex Logo

#ec27ca Color Hex

#EC27CA
(236,39,202)
0 Favorites   0 Comments

Color spaces of #ec27ca

RGB 23639202
HSL0.860.840.54
HSV310°83°93°
CMYK 0.000.830.14   0.07
XYZ45.978323.548257.9990
Yxy23.54820.36050.1847
Hunter Lab48.526584.2054-36.8950
CIE-Lab55.632683.7406-38.6206

#ec27ca color RGB value is (236,39,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100111 11001010
Octal 354 47 312
Decimal 236 39 202
Hex EC 27 CA

RGB Percentages of Color #ec27ca

%49.48
%8.18
%42.35

CMYK Percentages of Color #ec27ca

%0
%83
%14
%7

Triadic Colors of #ec27ca

#ec27ca #caec27 #27caec

Analogous Colors of #ec27ca

#ec27ca #ec2768 #ac27ec

Monochromatic Colors of #ec27ca

#ec27ca

Complementary Color

#ec27ca #27ec49

#ec27ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec27ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec27ca Color CSS Codes

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

#ec27ca Text Font Color

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

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


#ec27ca Background Color

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

This div background color is #ec27ca


#ec27ca Border Color

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

This div border color is #ec27ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec27ca


Comments

No comments written yet.

Please login to write comment.