Color Hex Logo

#ef1cdb Color Hex

#EF1CDB
(239,28,219)
0 Favorites   0 Comments

Color spaces of #ef1cdb

RGB 23928219
HSL0.850.870.52
HSV306°88°94°
CMYK 0.000.880.08   0.06
XYZ48.798024.295769.1354
Yxy24.29570.34310.1708
Hunter Lab49.290790.4572-48.6571
CIE-Lab56.382688.3725-47.1027

#ef1cdb color RGB value is (239,28,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011100 11011011
Octal 357 34 333
Decimal 239 28 219
Hex EF 1C DB

RGB Percentages of Color #ef1cdb

%49.18
%5.76
%45.06

CMYK Percentages of Color #ef1cdb

%0
%88
%8
%6

Triadic Colors of #ef1cdb

#ef1cdb #dbef1c #1cdbef

Analogous Colors of #ef1cdb

#ef1cdb #ef1c72 #9a1cef

Monochromatic Colors of #ef1cdb

#ef1cdb

Complementary Color

#ef1cdb #1cef30

#ef1cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1cdb Color CSS Codes

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

#ef1cdb Text Font Color

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

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


#ef1cdb Background Color

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

This div background color is #ef1cdb


#ef1cdb Border Color

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

This div border color is #ef1cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1cdb


Comments

No comments written yet.

Please login to write comment.