Color Hex Logo

#ef34cb Color Hex

#EF34CB
(239,52,203)
0 Favorites   0 Comments

Color spaces of #ef34cb

RGB 23952203
HSL0.870.850.57
HSV312°78°94°
CMYK 0.000.780.15   0.06
XYZ47.604125.118558.8393
Yxy25.11850.36180.1909
Hunter Lab50.118481.8382-34.5240
CIE-Lab57.190781.5973-36.7134

#ef34cb color RGB value is (239,52,203).

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

The process color (four color CMYK) of #ef34cb color hex is 0.00, 0.78, 0.15, 0.06. Web safe color of #ef34cb is #ff33cc. Color #ef34cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110100 11001011
Octal 357 64 313
Decimal 239 52 203
Hex EF 34 CB

RGB Percentages of Color #ef34cb

%48.38
%10.53
%41.09

CMYK Percentages of Color #ef34cb

%0
%78
%15
%6

Triadic Colors of #ef34cb

#ef34cb #cbef34 #34cbef

Analogous Colors of #ef34cb

#ef34cb #ef346e #b634ef

Monochromatic Colors of #ef34cb

#ef34cb

Complementary Color

#ef34cb #34ef58

#ef34cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef34cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef34cb Color CSS Codes

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

#ef34cb Text Font Color

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

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


#ef34cb Background Color

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

This div background color is #ef34cb


#ef34cb Border Color

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

This div border color is #ef34cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef34cb


Comments

No comments written yet.

Please login to write comment.