Color Hex Logo

#f852ca Color Hex

#F852CA
(248,82,202)
0 Favorites   0 Comments

Color spaces of #f852ca

RGB 24882202
HSL0.880.920.65
HSV317°67°97°
CMYK 0.000.670.19   0.03
XYZ52.389430.255358.9557
Yxy30.25530.37000.2137
Hunter Lab55.004873.7541-25.0453
CIE-Lab61.873974.2938-28.7463

#f852ca color RGB value is (248,82,202).

#f852ca hex color red value is 248, green value is 82 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f852ca hue: 0.88 , saturation: 0.92 and the lightness value of f852ca is 0.65.

The process color (four color CMYK) of #f852ca color hex is 0.00, 0.67, 0.19, 0.03. Web safe color of #f852ca is #ff66cc. Color #f852ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010010 11001010
Octal 370 122 312
Decimal 248 82 202
Hex F8 52 CA

RGB Percentages of Color #f852ca

%46.62
%15.41
%37.97

CMYK Percentages of Color #f852ca

%0
%67
%19
%3

Triadic Colors of #f852ca

#f852ca #caf852 #52caf8

Analogous Colors of #f852ca

#f852ca #f85277 #d352f8

Monochromatic Colors of #f852ca

#f852ca

Complementary Color

#f852ca #52f880

#f852ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f852ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f852ca Color CSS Codes

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

#f852ca Text Font Color

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

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


#f852ca Background Color

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

This div background color is #f852ca


#f852ca Border Color

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

This div border color is #f852ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f852ca

Related Colors


Comments

No comments written yet.

Please login to write comment.