Color Hex Logo

#ed639b Color Hex

#ED639B
(237,99,155)
0 Favorites   0 Comments

Color spaces of #ed639b

RGB 23799155
HSL0.930.790.66
HSV336°58°93°
CMYK 0.000.580.35   0.07
XYZ45.303329.294834.2771
Yxy29.29480.41610.2691
Hunter Lab54.124754.68950.3390
CIE-Lab61.040958.4985-3.2248

#ed639b color RGB value is (237,99,155).

#ed639b hex color red value is 237, green value is 99 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ed639b hue: 0.93 , saturation: 0.79 and the lightness value of ed639b is 0.66.

The process color (four color CMYK) of #ed639b color hex is 0.00, 0.58, 0.35, 0.07. Web safe color of #ed639b is #ff6699. Color #ed639b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100011 10011011
Octal 355 143 233
Decimal 237 99 155
Hex ED 63 9B

RGB Percentages of Color #ed639b

%48.27
%20.16
%31.57

CMYK Percentages of Color #ed639b

%0
%58
%35
%7

Triadic Colors of #ed639b

#ed639b #9bed63 #639bed

Analogous Colors of #ed639b

#ed639b #ed7063 #ed63e0

Monochromatic Colors of #ed639b

#ed639b

Complementary Color

#ed639b #63edb5

#ed639b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed639b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed639b Color CSS Codes

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

#ed639b Text Font Color

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

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


#ed639b Background Color

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

This div background color is #ed639b


#ed639b Border Color

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

This div border color is #ed639b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed639b


Comments

No comments written yet.

Please login to write comment.