Color Hex Logo

#ef65bf Color Hex

#EF65BF
(239,101,191)
0 Favorites   0 Comments

Color spaces of #ef65bf

RGB 239101191
HSL0.890.810.67
HSV321°58°94°
CMYK 0.000.580.20   0.06
XYZ49.654331.419752.7377
Yxy31.41970.37110.2348
Hunter Lab56.053360.0294-16.5457
CIE-Lab62.860362.7796-21.1004

#ef65bf color RGB value is (239,101,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100101 10111111
Octal 357 145 277
Decimal 239 101 191
Hex EF 65 BF

RGB Percentages of Color #ef65bf

%45.01
%19.02
%35.97

CMYK Percentages of Color #ef65bf

%0
%58
%20
%6

Triadic Colors of #ef65bf

#ef65bf #bfef65 #65bfef

Analogous Colors of #ef65bf

#ef65bf #ef657a #da65ef

Monochromatic Colors of #ef65bf

#ef65bf

Complementary Color

#ef65bf #65ef95

#ef65bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef65bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef65bf Color CSS Codes

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

#ef65bf Text Font Color

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

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


#ef65bf Background Color

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

This div background color is #ef65bf


#ef65bf Border Color

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

This div border color is #ef65bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef65bf


Comments

No comments written yet.

Please login to write comment.