Color Hex Logo

#ef6ccd Color Hex

#EF6CCD
(239,108,205)
0 Favorites   0 Comments

Color spaces of #ef6ccd

RGB 239108205
HSL0.880.800.68
HSV316°55°94°
CMYK 0.000.550.14   0.06
XYZ51.978633.483661.4810
Yxy33.48360.35370.2279
Hunter Lab57.865059.0780-22.4895
CIE-Lab64.550661.6819-26.4263

#ef6ccd color RGB value is (239,108,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101100 11001101
Octal 357 154 315
Decimal 239 108 205
Hex EF 6C CD

RGB Percentages of Color #ef6ccd

%43.30
%19.57
%37.14

CMYK Percentages of Color #ef6ccd

%0
%55
%14
%6

Triadic Colors of #ef6ccd

#ef6ccd #cdef6c #6ccdef

Analogous Colors of #ef6ccd

#ef6ccd #ef6c8c #d06cef

Monochromatic Colors of #ef6ccd

#ef6ccd

Complementary Color

#ef6ccd #6cef8e

#ef6ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef6ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef6ccd Color CSS Codes

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

#ef6ccd Text Font Color

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

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


#ef6ccd Background Color

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

This div background color is #ef6ccd


#ef6ccd Border Color

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

This div border color is #ef6ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef6ccd


Comments

No comments written yet.

Please login to write comment.