Color Hex Logo

#ef6bea Color Hex

#EF6BEA
(239,107,234)
0 Favorites   0 Comments

Color spaces of #ef6bea

RGB 239107234
HSL0.840.800.68
HSV302°55°94°
CMYK 0.000.550.02   0.06
XYZ55.705634.806681.6242
Yxy34.80660.32360.2022
Hunter Lab58.997165.2963-40.7314
CIE-Lab65.597866.7159-40.9979

#ef6bea color RGB value is (239,107,234).

#ef6bea hex color red value is 239, green value is 107 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ef6bea hue: 0.84 , saturation: 0.80 and the lightness value of ef6bea is 0.68.

The process color (four color CMYK) of #ef6bea color hex is 0.00, 0.55, 0.02, 0.06. Web safe color of #ef6bea is #ff66ff. Color #ef6bea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101011 11101010
Octal 357 153 352
Decimal 239 107 234
Hex EF 6B EA

RGB Percentages of Color #ef6bea

%41.21
%18.45
%40.34

CMYK Percentages of Color #ef6bea

%0
%55
%2
%6

Triadic Colors of #ef6bea

#ef6bea #eaef6b #6beaef

Analogous Colors of #ef6bea

#ef6bea #ef6ba8 #b26bef

Monochromatic Colors of #ef6bea

#ef6bea

Complementary Color

#ef6bea #6bef70

#ef6bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef6bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef6bea Color CSS Codes

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

#ef6bea Text Font Color

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

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


#ef6bea Background Color

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

This div background color is #ef6bea


#ef6bea Border Color

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

This div border color is #ef6bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef6bea


Comments

No comments written yet.

Please login to write comment.