Color Hex Logo

#ef61be Color Hex

#EF61BE
(239,97,190)
0 Favorites   0 Comments

Color spaces of #ef61be

RGB 23997190
HSL0.890.820.66
HSV321°59°94°
CMYK 0.000.590.21   0.06
XYZ49.165630.617852.0337
Yxy30.61780.37300.2323
Hunter Lab55.333461.7701-17.0211
CIE-Lab62.183764.3709-21.5651

#ef61be color RGB value is (239,97,190).

#ef61be hex color red value is 239, green value is 97 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ef61be hue: 0.89 , saturation: 0.82 and the lightness value of ef61be is 0.66.

The process color (four color CMYK) of #ef61be color hex is 0.00, 0.59, 0.21, 0.06. Web safe color of #ef61be is #ff66cc. Color #ef61be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100001 10111110
Octal 357 141 276
Decimal 239 97 190
Hex EF 61 BE

RGB Percentages of Color #ef61be

%45.44
%18.44
%36.12

CMYK Percentages of Color #ef61be

%0
%59
%21
%6

Triadic Colors of #ef61be

#ef61be #beef61 #61beef

Analogous Colors of #ef61be

#ef61be #ef6177 #d961ef

Monochromatic Colors of #ef61be

#ef61be

Complementary Color

#ef61be #61ef92

#ef61be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef61be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef61be Color CSS Codes

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

#ef61be Text Font Color

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

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


#ef61be Background Color

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

This div background color is #ef61be


#ef61be Border Color

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

This div border color is #ef61be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef61be


Comments

No comments written yet.

Please login to write comment.