Color Hex Logo

#ef7bfd Color Hex

#EF7BFD
(239,123,253)
0 Favorites   0 Comments

Color spaces of #ef7bfd

RGB 239123253
HSL0.820.970.74
HSV294°51°99°
CMYK 0.060.510.00   0.01
XYZ60.409239.608597.3898
Yxy39.60850.30600.2006
Hunter Lab62.935361.1987-47.6942
CIE-Lab69.189862.6936-45.8208

#ef7bfd color RGB value is (239,123,253).

#ef7bfd hex color red value is 239, green value is 123 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ef7bfd hue: 0.82 , saturation: 0.97 and the lightness value of ef7bfd is 0.74.

The process color (four color CMYK) of #ef7bfd color hex is 0.06, 0.51, 0.00, 0.01. Web safe color of #ef7bfd is #ff66ff. Color #ef7bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111011 11111101
Octal 357 173 375
Decimal 239 123 253
Hex EF 7B FD

RGB Percentages of Color #ef7bfd

%38.86
%20.00
%41.14

CMYK Percentages of Color #ef7bfd

%6
%51
%0
%1

Triadic Colors of #ef7bfd

#ef7bfd #fdef7b #7bfdef

Analogous Colors of #ef7bfd

#ef7bfd #fd7bca #ae7bfd

Monochromatic Colors of #ef7bfd

#ef7bfd

Complementary Color

#ef7bfd #89fd7b

#ef7bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7bfd Color CSS Codes

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

#ef7bfd Text Font Color

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

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


#ef7bfd Background Color

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

This div background color is #ef7bfd


#ef7bfd Border Color

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

This div border color is #ef7bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.