Color Hex Logo

#ef6be3 Color Hex

#EF6BE3
(239,107,227)
0 Favorites   0 Comments

Color spaces of #ef6be3

RGB 239107227
HSL0.850.800.68
HSV305°55°94°
CMYK 0.000.550.05   0.06
XYZ54.719434.412276.4312
Yxy34.41220.33050.2078
Hunter Lab58.661963.8451-36.1862
CIE-Lab65.288465.5654-37.5937

#ef6be3 color RGB value is (239,107,227).

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

The process color (four color CMYK) of #ef6be3 color hex is 0.00, 0.55, 0.05, 0.06. Web safe color of #ef6be3 is #ff66cc. Color #ef6be3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101011 11100011
Octal 357 153 343
Decimal 239 107 227
Hex EF 6B E3

RGB Percentages of Color #ef6be3

%41.71
%18.67
%39.62

CMYK Percentages of Color #ef6be3

%0
%55
%5
%6

Triadic Colors of #ef6be3

#ef6be3 #e3ef6b #6be3ef

Analogous Colors of #ef6be3

#ef6be3 #ef6ba1 #b96bef

Monochromatic Colors of #ef6be3

#ef6be3

Complementary Color

#ef6be3 #6bef77

#ef6be3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef6be3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef6be3 Color CSS Codes

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

#ef6be3 Text Font Color

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

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


#ef6be3 Background Color

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

This div background color is #ef6be3


#ef6be3 Border Color

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

This div border color is #ef6be3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef6be3


Comments

No comments written yet.

Please login to write comment.