Color Hex Logo

#ef3cdb Color Hex

#EF3CDB
(239,60,219)
0 Favorites   0 Comments

Color spaces of #ef3cdb

RGB 23960219
HSL0.850.850.59
HSV307°75°94°
CMYK 0.000.750.08   0.06
XYZ49.998626.696969.5356
Yxy26.69690.34190.1826
Hunter Lab51.669082.3083-43.6235
CIE-Lab58.692781.6722-43.4509

#ef3cdb color RGB value is (239,60,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111100 11011011
Octal 357 74 333
Decimal 239 60 219
Hex EF 3C DB

RGB Percentages of Color #ef3cdb

%46.14
%11.58
%42.28

CMYK Percentages of Color #ef3cdb

%0
%75
%8
%6

Triadic Colors of #ef3cdb

#ef3cdb #dbef3c #3cdbef

Analogous Colors of #ef3cdb

#ef3cdb #ef3c82 #aa3cef

Monochromatic Colors of #ef3cdb

#ef3cdb

Complementary Color

#ef3cdb #3cef50

#ef3cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3cdb Color CSS Codes

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

#ef3cdb Text Font Color

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

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


#ef3cdb Background Color

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

This div background color is #ef3cdb


#ef3cdb Border Color

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

This div border color is #ef3cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3cdb


Comments

No comments written yet.

Please login to write comment.