Color Hex Logo

#ed5bca Color Hex

#ED5BCA
(237,91,202)
0 Favorites   0 Comments

Color spaces of #ed5bca

RGB 23791202
HSL0.870.800.64
HSV314°62°93°
CMYK 0.000.620.15   0.07
XYZ49.326829.751059.0198
Yxy29.75100.35720.2154
Hunter Lab54.544565.9720-25.9736
CIE-Lab61.438868.0198-29.5555

#ed5bca color RGB value is (237,91,202).

#ed5bca hex color red value is 237, green value is 91 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ed5bca hue: 0.87 , saturation: 0.80 and the lightness value of ed5bca is 0.64.

The process color (four color CMYK) of #ed5bca color hex is 0.00, 0.62, 0.15, 0.07. Web safe color of #ed5bca is #ff66cc. Color #ed5bca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011011 11001010
Octal 355 133 312
Decimal 237 91 202
Hex ED 5B CA

RGB Percentages of Color #ed5bca

%44.72
%17.17
%38.11

CMYK Percentages of Color #ed5bca

%0
%62
%15
%7

Triadic Colors of #ed5bca

#ed5bca #caed5b #5bcaed

Analogous Colors of #ed5bca

#ed5bca #ed5b81 #c75bed

Monochromatic Colors of #ed5bca

#ed5bca

Complementary Color

#ed5bca #5bed7e

#ed5bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5bca Color CSS Codes

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

#ed5bca Text Font Color

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

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


#ed5bca Background Color

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

This div background color is #ed5bca


#ed5bca Border Color

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

This div border color is #ed5bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5bca


Comments

No comments written yet.

Please login to write comment.