Color Hex Logo

#ef65ba Color Hex

#EF65BA
(239,101,186)
0 Favorites   0 Comments

Color spaces of #ef65ba

RGB 239101186
HSL0.900.810.67
HSV323°58°94°
CMYK 0.000.580.22   0.06
XYZ49.113231.203349.8887
Yxy31.20330.37720.2396
Hunter Lab55.859959.1861-13.8502
CIE-Lab62.678962.0937-18.5324

#ef65ba color RGB value is (239,101,186).

#ef65ba hex color red value is 239, green value is 101 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ef65ba hue: 0.90 , saturation: 0.81 and the lightness value of ef65ba is 0.67.

The process color (four color CMYK) of #ef65ba color hex is 0.00, 0.58, 0.22, 0.06. Web safe color of #ef65ba is #ff66cc. Color #ef65ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100101 10111010
Octal 357 145 272
Decimal 239 101 186
Hex EF 65 BA

RGB Percentages of Color #ef65ba

%45.44
%19.20
%35.36

CMYK Percentages of Color #ef65ba

%0
%58
%22
%6

Triadic Colors of #ef65ba

#ef65ba #baef65 #65baef

Analogous Colors of #ef65ba

#ef65ba #ef6575 #df65ef

Monochromatic Colors of #ef65ba

#ef65ba

Complementary Color

#ef65ba #65ef9a

#ef65ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef65ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef65ba Color CSS Codes

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

#ef65ba Text Font Color

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

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


#ef65ba Background Color

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

This div background color is #ef65ba


#ef65ba Border Color

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

This div border color is #ef65ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef65ba


Comments

No comments written yet.

Please login to write comment.