Color Hex Logo

#ed00ca Color Hex

#ED00CA
(237,0,202)
0 Favorites   0 Comments

Color spaces of #ed00ca

RGB 2370202
HSL0.861.000.46
HSV309°100°93°
CMYK 0.001.000.15   0.07
XYZ45.585722.268857.7728
Yxy22.26880.36290.1773
Hunter Lab47.189889.8500-39.5537
CIE-Lab54.311188.3164-40.6881

#ed00ca color RGB value is (237,0,202).

#ed00ca hex color red value is 237, green value is 0 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ed00ca hue: 0.86 , saturation: 1.00 and the lightness value of ed00ca is 0.46.

The process color (four color CMYK) of #ed00ca color hex is 0.00, 1.00, 0.15, 0.07. Web safe color of #ed00ca is #ff00cc. Color #ed00ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000000 11001010
Octal 355 0 312
Decimal 237 0 202
Hex ED 0 CA

RGB Percentages of Color #ed00ca

%53.99
%0.00
%46.01

CMYK Percentages of Color #ed00ca

%0
%100
%15
%7

Triadic Colors of #ed00ca

#ed00ca #caed00 #00caed

Analogous Colors of #ed00ca

#ed00ca #ed0053 #9a00ed

Monochromatic Colors of #ed00ca

#ed00ca

Complementary Color

#ed00ca #00ed23

#ed00ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed00ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed00ca Color CSS Codes

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

#ed00ca Text Font Color

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

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


#ed00ca Background Color

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

This div background color is #ed00ca


#ed00ca Border Color

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

This div border color is #ed00ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed00ca


Comments

No comments written yet.

Please login to write comment.