Color Hex Logo

#ef3ccf Color Hex

#EF3CCF
(239,60,207)
0 Favorites   0 Comments

Color spaces of #ef3ccf

RGB 23960207
HSL0.860.850.59
HSV311°75°94°
CMYK 0.000.750.13   0.06
XYZ48.474926.087461.5119
Yxy26.08740.35620.1917
Hunter Lab51.075880.0276-35.6514
CIE-Lab58.119979.9986-37.5414

#ef3ccf color RGB value is (239,60,207).

#ef3ccf hex color red value is 239, green value is 60 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ef3ccf hue: 0.86 , saturation: 0.85 and the lightness value of ef3ccf is 0.59.

The process color (four color CMYK) of #ef3ccf color hex is 0.00, 0.75, 0.13, 0.06. Web safe color of #ef3ccf is #ff33cc. Color #ef3ccf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111100 11001111
Octal 357 74 317
Decimal 239 60 207
Hex EF 3C CF

RGB Percentages of Color #ef3ccf

%47.23
%11.86
%40.91

CMYK Percentages of Color #ef3ccf

%0
%75
%13
%6

Triadic Colors of #ef3ccf

#ef3ccf #cfef3c #3ccfef

Analogous Colors of #ef3ccf

#ef3ccf #ef3c76 #b63cef

Monochromatic Colors of #ef3ccf

#ef3ccf

Complementary Color

#ef3ccf #3cef5c

#ef3ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3ccf Color CSS Codes

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

#ef3ccf Text Font Color

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

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


#ef3ccf Background Color

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

This div background color is #ef3ccf


#ef3ccf Border Color

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

This div border color is #ef3ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3ccf


Comments

No comments written yet.

Please login to write comment.