Color Hex Logo

#f75cca Color Hex

#F75CCA
(247,92,202)
0 Favorites   0 Comments

Color spaces of #f75cca

RGB 24792202
HSL0.880.910.66
HSV317°63°97°
CMYK 0.000.630.18   0.03
XYZ52.845631.692759.2092
Yxy31.69270.36760.2205
Hunter Lab56.296369.0404-22.9504
CIE-Lab63.088170.2466-26.8862

#f75cca color RGB value is (247,92,202).

#f75cca hex color red value is 247, green value is 92 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f75cca hue: 0.88 , saturation: 0.91 and the lightness value of f75cca is 0.66.

The process color (four color CMYK) of #f75cca color hex is 0.00, 0.63, 0.18, 0.03. Web safe color of #f75cca is #ff66cc. Color #f75cca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01011100 11001010
Octal 367 134 312
Decimal 247 92 202
Hex F7 5C CA

RGB Percentages of Color #f75cca

%45.66
%17.01
%37.34

CMYK Percentages of Color #f75cca

%0
%63
%18
%3

Triadic Colors of #f75cca

#f75cca #caf75c #5ccaf7

Analogous Colors of #f75cca

#f75cca #f75c7d #d75cf7

Monochromatic Colors of #f75cca

#f75cca

Complementary Color

#f75cca #5cf789

#f75cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f75cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f75cca Color CSS Codes

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

#f75cca Text Font Color

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

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


#f75cca Background Color

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

This div background color is #f75cca


#f75cca Border Color

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

This div border color is #f75cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f75cca

Related Colors


Comments

No comments written yet.

Please login to write comment.