Color Hex Logo

#ef6ccf Color Hex

#EF6CCF
(239,108,207)
0 Favorites   0 Comments

Color spaces of #ef6ccf

RGB 239108207
HSL0.870.800.68
HSV315°55°94°
CMYK 0.000.550.13   0.06
XYZ52.221733.580862.7608
Yxy33.58080.35150.2260
Hunter Lab57.948959.4477-23.6490
CIE-Lab64.628561.9827-27.4312

#ef6ccf color RGB value is (239,108,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101100 11001111
Octal 357 154 317
Decimal 239 108 207
Hex EF 6C CF

RGB Percentages of Color #ef6ccf

%43.14
%19.49
%37.36

CMYK Percentages of Color #ef6ccf

%0
%55
%13
%6

Triadic Colors of #ef6ccf

#ef6ccf #cfef6c #6ccfef

Analogous Colors of #ef6ccf

#ef6ccf #ef6c8e #ce6cef

Monochromatic Colors of #ef6ccf

#ef6ccf

Complementary Color

#ef6ccf #6cef8c

#ef6ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef6ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef6ccf Color CSS Codes

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

#ef6ccf Text Font Color

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

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


#ef6ccf Background Color

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

This div background color is #ef6ccf


#ef6ccf Border Color

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

This div border color is #ef6ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef6ccf


Comments

No comments written yet.

Please login to write comment.