Color Hex Logo

#fe82ca Color Hex

#FE82CA
(254,130,202)
0 Favorites   0 Comments

Color spaces of #fe82ca

RGB 254130202
HSL0.900.980.75
HSV325°49°100°
CMYK 0.000.490.20   0.00
XYZ59.516441.300460.7120
Yxy41.30040.36850.2557
Hunter Lab64.265452.8450-11.0259
CIE-Lab70.385955.4096-15.6734

#fe82ca color RGB value is (254,130,202).

#fe82ca hex color red value is 254, green value is 130 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fe82ca hue: 0.90 , saturation: 0.98 and the lightness value of fe82ca is 0.75.

The process color (four color CMYK) of #fe82ca color hex is 0.00, 0.49, 0.20, 0.00. Web safe color of #fe82ca is #ff99cc. Color #fe82ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000010 11001010
Octal 376 202 312
Decimal 254 130 202
Hex FE 82 CA

RGB Percentages of Color #fe82ca

%43.34
%22.18
%34.47

CMYK Percentages of Color #fe82ca

%0
%49
%20
%0

Triadic Colors of #fe82ca

#fe82ca #cafe82 #82cafe

Analogous Colors of #fe82ca

#fe82ca #fe828c #f482fe

Monochromatic Colors of #fe82ca

#fe82ca

Complementary Color

#fe82ca #82feb6

#fe82ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe82ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe82ca Color CSS Codes

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

#fe82ca Text Font Color

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

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


#fe82ca Background Color

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

This div background color is #fe82ca


#fe82ca Border Color

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

This div border color is #fe82ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,130,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe82ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe82ca;
  -webkit-box-shadow: 1px 1px 3px 2px #fe82ca;
  box-shadow:         1px 1px 3px 2px #fe82ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,130,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe82ca

Related Colors


Comments

No comments written yet.

Please login to write comment.