Color Hex Logo

#ed148b Color Hex

#ED148B
(237,20,139)
0 Favorites   0 Comments

Color spaces of #ed148b

RGB 23720139
HSL0.910.860.50
HSV327°92°93°
CMYK 0.000.920.41   0.07
XYZ39.835420.368926.2581
Yxy20.36890.46070.2356
Hunter Lab45.131978.5710-2.9030
CIE-Lab52.251879.9911-6.8136

#ed148b color RGB value is (237,20,139).

#ed148b hex color red value is 237, green value is 20 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ed148b hue: 0.91 , saturation: 0.86 and the lightness value of ed148b is 0.50.

The process color (four color CMYK) of #ed148b color hex is 0.00, 0.92, 0.41, 0.07. Web safe color of #ed148b is #ff0099. Color #ed148b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010100 10001011
Octal 355 24 213
Decimal 237 20 139
Hex ED 14 8B

RGB Percentages of Color #ed148b

%59.85
%5.05
%35.10

CMYK Percentages of Color #ed148b

%0
%92
%41
%7

Triadic Colors of #ed148b

#ed148b #8bed14 #148bed

Analogous Colors of #ed148b

#ed148b #ed141f #e314ed

Monochromatic Colors of #ed148b

#ed148b

Complementary Color

#ed148b #14ed76

#ed148b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed148b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed148b Color CSS Codes

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

#ed148b Text Font Color

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

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


#ed148b Background Color

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

This div background color is #ed148b


#ed148b Border Color

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

This div border color is #ed148b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed148b


Comments

No comments written yet.

Please login to write comment.