Color Hex Logo

#ed88ca Color Hex

#ED88CA
(237,136,202)
0 Favorites   0 Comments

Color spaces of #ed88ca

RGB 237136202
HSL0.890.740.73
HSV321°43°93°
CMYK 0.000.430.15   0.07
XYZ54.389939.877160.7075
Yxy39.87710.35100.2573
Hunter Lab63.148343.2332-12.7945
CIE-Lab69.381947.0846-17.4003

#ed88ca color RGB value is (237,136,202).

#ed88ca hex color red value is 237, green value is 136 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ed88ca hue: 0.89 , saturation: 0.74 and the lightness value of ed88ca is 0.73.

The process color (four color CMYK) of #ed88ca color hex is 0.00, 0.43, 0.15, 0.07. Web safe color of #ed88ca is #ff99cc. Color #ed88ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001000 11001010
Octal 355 210 312
Decimal 237 136 202
Hex ED 88 CA

RGB Percentages of Color #ed88ca

%41.22
%23.65
%35.13

CMYK Percentages of Color #ed88ca

%0
%43
%15
%7

Triadic Colors of #ed88ca

#ed88ca #caed88 #88caed

Analogous Colors of #ed88ca

#ed88ca #ed8898 #de88ed

Monochromatic Colors of #ed88ca

#ed88ca

Complementary Color

#ed88ca #88edab

#ed88ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed88ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed88ca Color CSS Codes

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

#ed88ca Text Font Color

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

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


#ed88ca Background Color

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

This div background color is #ed88ca


#ed88ca Border Color

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

This div border color is #ed88ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed88ca


Comments

No comments written yet.

Please login to write comment.