Color Hex Logo

#ef1cbd Color Hex

#EF1CBD
(239,28,189)
0 Favorites   0 Comments

Color spaces of #ef1cbd

RGB 23928189
HSL0.870.870.52
HSV314°88°94°
CMYK 0.000.880.21   0.06
XYZ45.197222.855450.1735
Yxy22.85540.38230.1933
Hunter Lab47.807385.0917-28.7594
CIE-Lab54.923184.5634-32.1973

#ef1cbd color RGB value is (239,28,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011100 10111101
Octal 357 34 275
Decimal 239 28 189
Hex EF 1C BD

RGB Percentages of Color #ef1cbd

%52.41
%6.14
%41.45

CMYK Percentages of Color #ef1cbd

%0
%88
%21
%6

Triadic Colors of #ef1cbd

#ef1cbd #bdef1c #1cbdef

Analogous Colors of #ef1cbd

#ef1cbd #ef1c53 #b81cef

Monochromatic Colors of #ef1cbd

#ef1cbd

Complementary Color

#ef1cbd #1cef4e

#ef1cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1cbd Color CSS Codes

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

#ef1cbd Text Font Color

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

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


#ef1cbd Background Color

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

This div background color is #ef1cbd


#ef1cbd Border Color

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

This div border color is #ef1cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1cbd


Comments

No comments written yet.

Please login to write comment.