Color Hex Logo

#ef6ccb Color Hex

#EF6CCB
(239,108,203)
0 Favorites   0 Comments

Color spaces of #ef6ccb

RGB 239108203
HSL0.880.800.68
HSV316°55°94°
CMYK 0.000.550.15   0.06
XYZ51.738733.387660.2174
Yxy33.38760.35600.2297
Hunter Lab57.782058.7125-21.3416
CIE-Lab64.473561.3840-25.4188

#ef6ccb color RGB value is (239,108,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101100 11001011
Octal 357 154 313
Decimal 239 108 203
Hex EF 6C CB

RGB Percentages of Color #ef6ccb

%43.45
%19.64
%36.91

CMYK Percentages of Color #ef6ccb

%0
%55
%15
%6

Triadic Colors of #ef6ccb

#ef6ccb #cbef6c #6ccbef

Analogous Colors of #ef6ccb

#ef6ccb #ef6c8a #d26cef

Monochromatic Colors of #ef6ccb

#ef6ccb

Complementary Color

#ef6ccb #6cef90

#ef6ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef6ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef6ccb Color CSS Codes

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

#ef6ccb Text Font Color

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

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


#ef6ccb Background Color

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

This div background color is #ef6ccb


#ef6ccb Border Color

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

This div border color is #ef6ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef6ccb


Comments

No comments written yet.

Please login to write comment.