color codes Logo

#ef29b5 color codes

#EF29B5
(239,41,181)
0 Favorites   0 Comments

Color spaces of #ef29b5

RGB 23941181
HSL0.880.860.55
HSV318°83°94°
CMYK 0.000.830.24   0.06
XYZ44.730023.272845.8506
Yxy23.27280.39290.2044
Hunter Lab48.241981.0823-22.5817
CIE-Lab55.352281.3642-26.8870

#ef29b5 color RGB value is (239,41,181).

#ef29b5 hex color red value is 239, green value is 41 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ef29b5 hue: 0.88 , saturation: 0.86 and the lightness value of ef29b5 is 0.55.

The process color (four color CMYK) of #ef29b5 color code is 0.00, 0.83, 0.24, 0.06. Web safe color of #ef29b5 is #ff33cc. Color #ef29b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101001 10110101
Octal 357 51 265
Decimal 239 41 181
Hex EF 29 B5

RGB Percentages of Color #ef29b5

%51.84
%8.89
%39.26

CMYK Percentages of Color #ef29b5

%0
%83
%24
%6

Triadic Colors of #ef29b5

#ef29b5 #b5ef29 #29b5ef

Analogous Colors of #ef29b5

#ef29b5 #ef2952 #c629ef

Monochromatic Colors of #ef29b5

#ef29b5

Complementary Color

#ef29b5 #29ef63

#ef29b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef29b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef29b5 Color CSS Codes

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

#ef29b5 Text Font Color

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

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


#ef29b5 Background Color

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

This div background color is #ef29b5


#ef29b5 Border Color

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

This div border color is #ef29b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef29b5


Comments

No comments written yet.

Please login to write comment.