Color Hex Logo

#ef6dbd Color Hex

#EF6DBD
(239,109,189)
0 Favorites   0 Comments

Color spaces of #ef6dbd

RGB 239109189
HSL0.900.800.68
HSV323°54°94°
CMYK 0.000.540.21   0.06
XYZ50.250632.962151.8579
Yxy32.96210.37200.2440
Hunter Lab57.412655.7606-13.3648
CIE-Lab64.130258.9117-18.0327

#ef6dbd color RGB value is (239,109,189).

#ef6dbd hex color red value is 239, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ef6dbd hue: 0.90 , saturation: 0.80 and the lightness value of ef6dbd is 0.68.

The process color (four color CMYK) of #ef6dbd color hex is 0.00, 0.54, 0.21, 0.06. Web safe color of #ef6dbd is #ff66cc. Color #ef6dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101101 10111101
Octal 357 155 275
Decimal 239 109 189
Hex EF 6D BD

RGB Percentages of Color #ef6dbd

%44.51
%20.30
%35.20

CMYK Percentages of Color #ef6dbd

%0
%54
%21
%6

Triadic Colors of #ef6dbd

#ef6dbd #bdef6d #6dbdef

Analogous Colors of #ef6dbd

#ef6dbd #ef6d7c #e06def

Monochromatic Colors of #ef6dbd

#ef6dbd

Complementary Color

#ef6dbd #6def9f

#ef6dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef6dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef6dbd Color CSS Codes

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

#ef6dbd Text Font Color

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

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


#ef6dbd Background Color

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

This div background color is #ef6dbd


#ef6dbd Border Color

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

This div border color is #ef6dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,109,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ef6dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ef6dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #ef6dbd;
  box-shadow:         1px 1px 3px 2px #ef6dbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,109,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef6dbd


Comments

No comments written yet.

Please login to write comment.