Color Hex Logo

#ed5cbd Color Hex

#ED5CBD
(237,92,189)
0 Favorites   0 Comments

Color spaces of #ed5cbd

RGB 23792189
HSL0.890.800.65
HSV320°61°93°
CMYK 0.000.610.20   0.07
XYZ47.937529.332951.2794
Yxy29.33290.37290.2282
Hunter Lab54.159963.2126-18.2248
CIE-Lab61.074365.7825-22.7185

#ed5cbd color RGB value is (237,92,189).

#ed5cbd hex color red value is 237, green value is 92 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ed5cbd hue: 0.89 , saturation: 0.80 and the lightness value of ed5cbd is 0.65.

The process color (four color CMYK) of #ed5cbd color hex is 0.00, 0.61, 0.20, 0.07. Web safe color of #ed5cbd is #ff66cc. Color #ed5cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011100 10111101
Octal 355 134 275
Decimal 237 92 189
Hex ED 5C BD

RGB Percentages of Color #ed5cbd

%45.75
%17.76
%36.49

CMYK Percentages of Color #ed5cbd

%0
%61
%20
%7

Triadic Colors of #ed5cbd

#ed5cbd #bded5c #5cbded

Analogous Colors of #ed5cbd

#ed5cbd #ed5c75 #d55ced

Monochromatic Colors of #ed5cbd

#ed5cbd

Complementary Color

#ed5cbd #5ced8c

#ed5cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5cbd Color CSS Codes

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

#ed5cbd Text Font Color

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

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


#ed5cbd Background Color

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

This div background color is #ed5cbd


#ed5cbd Border Color

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

This div border color is #ed5cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5cbd


Comments

No comments written yet.

Please login to write comment.