Color Hex Logo

#ed069b Color Hex

#ED069B
(237,6,155)
0 Favorites   0 Comments

Color spaces of #ed069b

RGB 2376155
HSL0.890.950.48
HSV321°97°93°
CMYK 0.000.970.35   0.07
XYZ40.906620.501332.8115
Yxy20.50130.43420.2176
Hunter Lab45.278482.0282-11.2703
CIE-Lab52.399382.6794-16.1567

#ed069b color RGB value is (237,6,155).

#ed069b hex color red value is 237, green value is 6 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ed069b hue: 0.89 , saturation: 0.95 and the lightness value of ed069b is 0.48.

The process color (four color CMYK) of #ed069b color hex is 0.00, 0.97, 0.35, 0.07. Web safe color of #ed069b is #ff0099. Color #ed069b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000110 10011011
Octal 355 6 233
Decimal 237 6 155
Hex ED 6 9B

RGB Percentages of Color #ed069b

%59.55
%1.51
%38.94

CMYK Percentages of Color #ed069b

%0
%97
%35
%7

Triadic Colors of #ed069b

#ed069b #9bed06 #069bed

Analogous Colors of #ed069b

#ed069b #ed0628 #cc06ed

Monochromatic Colors of #ed069b

#ed069b

Complementary Color

#ed069b #06ed58

#ed069b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed069b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed069b Color CSS Codes

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

#ed069b Text Font Color

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

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


#ed069b Background Color

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

This div background color is #ed069b


#ed069b Border Color

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

This div border color is #ed069b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed069b


Comments

No comments written yet.

Please login to write comment.