Color Hex Logo

#ef36ca Color Hex

#EF36CA
(239,54,202)
0 Favorites   0 Comments

Color spaces of #ef36ca

RGB 23954202
HSL0.870.850.57
HSV312°77°94°
CMYK 0.000.770.15   0.06
XYZ47.576425.253358.2439
Yxy25.25330.36300.1927
Hunter Lab50.252781.0516-33.5415
CIE-Lab57.321480.9570-35.9367

#ef36ca color RGB value is (239,54,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110110 11001010
Octal 357 66 312
Decimal 239 54 202
Hex EF 36 CA

RGB Percentages of Color #ef36ca

%48.28
%10.91
%40.81

CMYK Percentages of Color #ef36ca

%0
%77
%15
%6

Triadic Colors of #ef36ca

#ef36ca #caef36 #36caef

Analogous Colors of #ef36ca

#ef36ca #ef366e #b836ef

Monochromatic Colors of #ef36ca

#ef36ca

Complementary Color

#ef36ca #36ef5b

#ef36ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef36ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef36ca Color CSS Codes

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

#ef36ca Text Font Color

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

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


#ef36ca Background Color

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

This div background color is #ef36ca


#ef36ca Border Color

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

This div border color is #ef36ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef36ca


Comments

No comments written yet.

Please login to write comment.