Color Hex Logo

#ef6cdd Color Hex

#EF6CDD
(239,108,221)
0 Favorites   0 Comments

Color spaces of #ef6cdd

RGB 239108221
HSL0.860.800.68
HSV308°55°94°
CMYK 0.000.550.08   0.06
XYZ54.010334.296372.1798
Yxy34.29630.33650.2137
Hunter Lab58.563062.1379-32.0817
CIE-Lab65.197164.1547-34.3925

#ef6cdd color RGB value is (239,108,221).

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

The process color (four color CMYK) of #ef6cdd color hex is 0.00, 0.55, 0.08, 0.06. Web safe color of #ef6cdd is #ff66cc. Color #ef6cdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101100 11011101
Octal 357 154 335
Decimal 239 108 221
Hex EF 6C DD

RGB Percentages of Color #ef6cdd

%42.08
%19.01
%38.91

CMYK Percentages of Color #ef6cdd

%0
%55
%8
%6

Triadic Colors of #ef6cdd

#ef6cdd #ddef6c #6cddef

Analogous Colors of #ef6cdd

#ef6cdd #ef6c9c #c06cef

Monochromatic Colors of #ef6cdd

#ef6cdd

Complementary Color

#ef6cdd #6cef7e

#ef6cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef6cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef6cdd Color CSS Codes

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

#ef6cdd Text Font Color

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

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


#ef6cdd Background Color

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

This div background color is #ef6cdd


#ef6cdd Border Color

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

This div border color is #ef6cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef6cdd


Comments

No comments written yet.

Please login to write comment.