color codes Logo

#fca2fd color codes

#FCA2FD
(252,162,253)
1 Favorites   0 Comments

Color spaces of #fca2fd

RGB 252162253
HSL0.830.960.81
HSV299°36°99°
CMYK 0.000.360.00   0.01
XYZ70.794853.628099.5484
Yxy53.62800.31610.2394
Hunter Lab73.231144.4070-29.3354
CIE-Lab78.244347.0104-31.6228

#fca2fd color RGB value is (252,162,253).

#fca2fd hex color red value is 252, green value is 162 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fca2fd hue: 0.83 , saturation: 0.96 and the lightness value of fca2fd is 0.81.

The process color (four color CMYK) of #fca2fd color code is 0.00, 0.36, 0.00, 0.01. Web safe color of #fca2fd is #ff99ff. Color #fca2fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 11111101
Octal 374 242 375
Decimal 252 162 253
Hex FC A2 FD

RGB Percentages of Color #fca2fd

%37.78
%24.29
%37.93

CMYK Percentages of Color #fca2fd

%0
%36
%0
%1

Triadic Colors of #fca2fd

#fca2fd #fdfca2 #a2fdfc

Analogous Colors of #fca2fd

#fca2fd #fda2d1 #cfa2fd

Monochromatic Colors of #fca2fd

#fca2fd

Complementary Color

#fca2fd #a3fda2

#fca2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca2fd Color CSS Codes

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

#fca2fd Text Font Color

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

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


#fca2fd Background Color

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

This div background color is #fca2fd


#fca2fd Border Color

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

This div border color is #fca2fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca2fd

Related Colors


Comments

No comments written yet.

Please login to write comment.