Color Hex Logo

#ed267d Color Hex

#ED267D
(237,38,125)
0 Favorites   0 Comments

Color spaces of #ed267d

RGB 23738125
HSL0.930.850.54
HSV334°84°93°
CMYK 0.000.840.47   0.07
XYZ39.319820.871421.3582
Yxy20.87140.48220.2559
Hunter Lab45.685273.68004.2611
CIE-Lab52.808575.97022.4285

#ed267d color RGB value is (237,38,125).

#ed267d hex color red value is 237, green value is 38 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ed267d hue: 0.93 , saturation: 0.85 and the lightness value of ed267d is 0.54.

The process color (four color CMYK) of #ed267d color hex is 0.00, 0.84, 0.47, 0.07. Web safe color of #ed267d is #ff3366. Color #ed267d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100110 01111101
Octal 355 46 175
Decimal 237 38 125
Hex ED 26 7D

RGB Percentages of Color #ed267d

%59.25
%9.50
%31.25

CMYK Percentages of Color #ed267d

%0
%84
%47
%7

Triadic Colors of #ed267d

#ed267d #7ded26 #267ded

Analogous Colors of #ed267d

#ed267d #ed3226 #ed26e1

Monochromatic Colors of #ed267d

#ed267d

Complementary Color

#ed267d #26ed96

#ed267d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed267d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed267d Color CSS Codes

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

#ed267d Text Font Color

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

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


#ed267d Background Color

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

This div background color is #ed267d


#ed267d Border Color

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

This div border color is #ed267d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed267d


Comments

No comments written yet.

Please login to write comment.