Color Hex Logo

#fd7aeb Color Hex

#FD7AEB
(253,122,235)
0 Favorites   0 Comments

Color spaces of #fd7aeb

RGB 253122235
HSL0.860.970.74
HSV308°52°99°
CMYK 0.000.520.07   0.01
XYZ62.462940.799983.1803
Yxy40.79990.33500.2188
Hunter Lab63.874862.7735-32.4974
CIE-Lab70.035563.8656-34.4941

#fd7aeb color RGB value is (253,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111010 11101011
Octal 375 172 353
Decimal 253 122 235
Hex FD 7A EB

RGB Percentages of Color #fd7aeb

%41.48
%20.00
%38.52

CMYK Percentages of Color #fd7aeb

%0
%52
%7
%1

Triadic Colors of #fd7aeb

#fd7aeb #ebfd7a #7aebfd

Analogous Colors of #fd7aeb

#fd7aeb #fd7aaa #ce7afd

Monochromatic Colors of #fd7aeb

#fd7aeb

Complementary Color

#fd7aeb #7afd8c

#fd7aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7aeb Color CSS Codes

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

#fd7aeb Text Font Color

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

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


#fd7aeb Background Color

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

This div background color is #fd7aeb


#fd7aeb Border Color

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

This div border color is #fd7aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7aeb

Related Colors


Comments

No comments written yet.

Please login to write comment.