Color Hex Logo

#ec08ca Color Hex

#EC08CA
(236,8,202)
0 Favorites   0 Comments

Color spaces of #ec08ca

RGB 2368202
HSL0.860.930.48
HSV309°97°93°
CMYK 0.000.970.14   0.07
XYZ45.339622.270857.7861
Yxy22.27080.36160.1776
Hunter Lab47.191988.9077-39.5657
CIE-Lab54.313287.6018-40.6969

#ec08ca color RGB value is (236,8,202).

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

The process color (four color CMYK) of #ec08ca color hex is 0.00, 0.97, 0.14, 0.07. Web safe color of #ec08ca is #ff00cc. Color #ec08ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00001000 11001010
Octal 354 10 312
Decimal 236 8 202
Hex EC 8 CA

RGB Percentages of Color #ec08ca

%52.91
%1.79
%45.29

CMYK Percentages of Color #ec08ca

%0
%97
%14
%7

Triadic Colors of #ec08ca

#ec08ca #caec08 #08caec

Analogous Colors of #ec08ca

#ec08ca #ec0858 #9c08ec

Monochromatic Colors of #ec08ca

#ec08ca

Complementary Color

#ec08ca #08ec2a

#ec08ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec08ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec08ca Color CSS Codes

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

#ec08ca Text Font Color

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

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


#ec08ca Background Color

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

This div background color is #ec08ca


#ec08ca Border Color

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

This div border color is #ec08ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec08ca


Comments

No comments written yet.

Please login to write comment.