Color Hex Logo

#ed38bf Color Hex

#ED38BF
(237,56,191)
0 Favorites   0 Comments

Color spaces of #ed38bf

RGB 23756191
HSL0.880.830.57
HSV315°76°93°
CMYK 0.000.760.19   0.07
XYZ45.743224.594551.6265
Yxy24.59450.37510.2017
Hunter Lab49.592877.8565-27.0063
CIE-Lab56.678278.5636-30.6484

#ed38bf color RGB value is (237,56,191).

#ed38bf hex color red value is 237, green value is 56 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ed38bf hue: 0.88 , saturation: 0.83 and the lightness value of ed38bf is 0.57.

The process color (four color CMYK) of #ed38bf color hex is 0.00, 0.76, 0.19, 0.07. Web safe color of #ed38bf is #ff33cc. Color #ed38bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111000 10111111
Octal 355 70 277
Decimal 237 56 191
Hex ED 38 BF

RGB Percentages of Color #ed38bf

%48.97
%11.57
%39.46

CMYK Percentages of Color #ed38bf

%0
%76
%19
%7

Triadic Colors of #ed38bf

#ed38bf #bfed38 #38bfed

Analogous Colors of #ed38bf

#ed38bf #ed3865 #c138ed

Monochromatic Colors of #ed38bf

#ed38bf

Complementary Color

#ed38bf #38ed66

#ed38bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed38bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed38bf Color CSS Codes

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

#ed38bf Text Font Color

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

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


#ed38bf Background Color

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

This div background color is #ed38bf


#ed38bf Border Color

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

This div border color is #ed38bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed38bf


Comments

No comments written yet.

Please login to write comment.