Color Hex Logo

#ef6beb Color Hex

#EF6BEB
(239,107,235)
0 Favorites   0 Comments

Color spaces of #ef6beb

RGB 239107235
HSL0.840.800.68
HSV302°55°94°
CMYK 0.000.550.02   0.06
XYZ55.849734.864382.3831
Yxy34.86430.32260.2014
Hunter Lab59.046065.5069-41.3913
CIE-Lab65.642966.8822-41.4816

#ef6beb color RGB value is (239,107,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101011 11101011
Octal 357 153 353
Decimal 239 107 235
Hex EF 6B EB

RGB Percentages of Color #ef6beb

%41.14
%18.42
%40.45

CMYK Percentages of Color #ef6beb

%0
%55
%2
%6

Triadic Colors of #ef6beb

#ef6beb #ebef6b #6bebef

Analogous Colors of #ef6beb

#ef6beb #ef6ba9 #b16bef

Monochromatic Colors of #ef6beb

#ef6beb

Complementary Color

#ef6beb #6bef6f

#ef6beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef6beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef6beb Color CSS Codes

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

#ef6beb Text Font Color

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

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


#ef6beb Background Color

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

This div background color is #ef6beb


#ef6beb Border Color

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

This div border color is #ef6beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef6beb


Comments

No comments written yet.

Please login to write comment.