Color Hex Logo

#ff7efd Color Hex

#FF7EFD
(255,126,253)
0 Favorites   0 Comments

Color spaces of #ff7efd

RGB 255126253
HSL0.841.000.75
HSV301°51°100°
CMYK 0.000.510.01   0.00
XYZ66.430543.273697.7799
Yxy43.27360.32020.2086
Hunter Lab65.782765.1382-42.0813
CIE-Lab71.740365.5333-41.6803

#ff7efd color RGB value is (255,126,253).

#ff7efd hex color red value is 255, green value is 126 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ff7efd hue: 0.84 , saturation: 1.00 and the lightness value of ff7efd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111110 11111101
Octal 377 176 375
Decimal 255 126 253
Hex FF 7E FD

RGB Percentages of Color #ff7efd

%40.22
%19.87
%39.91

CMYK Percentages of Color #ff7efd

%0
%51
%1
%0

Triadic Colors of #ff7efd

#ff7efd #fdff7e #7efdff

Analogous Colors of #ff7efd

#ff7efd #ff7ebd #c17eff

Monochromatic Colors of #ff7efd

#ff7efd

Complementary Color

#ff7efd #7eff80

#ff7efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7efd Color CSS Codes

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

#ff7efd Text Font Color

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

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


#ff7efd Background Color

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

This div background color is #ff7efd


#ff7efd Border Color

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

This div border color is #ff7efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,126,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 #ff7efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7efd

Related Colors


Comments

No comments written yet.

Please login to write comment.