Color Hex Logo

#ed10da Color Hex

#ED10DA
(237,16,218)
0 Favorites   0 Comments

Color spaces of #ed10da

RGB 23716218
HSL0.850.870.50
HSV305°93°93°
CMYK 0.000.930.08   0.07
XYZ47.765223.437168.3360
Yxy23.43710.34230.1680
Hunter Lab48.411991.3948-49.8027
CIE-Lab55.519789.2472-47.9253

#ed10da color RGB value is (237,16,218).

#ed10da hex color red value is 237, green value is 16 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ed10da hue: 0.85 , saturation: 0.87 and the lightness value of ed10da is 0.50.

The process color (four color CMYK) of #ed10da color hex is 0.00, 0.93, 0.08, 0.07. Web safe color of #ed10da is #ff00cc. Color #ed10da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010000 11011010
Octal 355 20 332
Decimal 237 16 218
Hex ED 10 DA

RGB Percentages of Color #ed10da

%50.32
%3.40
%46.28

CMYK Percentages of Color #ed10da

%0
%93
%8
%7

Triadic Colors of #ed10da

#ed10da #daed10 #10daed

Analogous Colors of #ed10da

#ed10da #ed106c #9210ed

Monochromatic Colors of #ed10da

#ed10da

Complementary Color

#ed10da #10ed23

#ed10da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed10da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed10da Color CSS Codes

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

#ed10da Text Font Color

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

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


#ed10da Background Color

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

This div background color is #ed10da


#ed10da Border Color

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

This div border color is #ed10da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,16,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed10da


Comments

No comments written yet.

Please login to write comment.