Color Hex Logo

#c972f8 Color Hex

#C972F8
(201,114,248)
0 Favorites   0 Comments

Color spaces of #c972f8

RGB 201114248
HSL0.770.910.71
HSV279°54°97°
CMYK 0.190.540.00   0.03
XYZ47.048031.229492.3551
Yxy31.22940.27570.1830
Hunter Lab55.883352.4830-58.8669
CIE-Lab62.700856.2946-53.6291

#c972f8 color RGB value is (201,114,248).

#c972f8 hex color red value is 201, green value is 114 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #c972f8 hue: 0.77 , saturation: 0.91 and the lightness value of c972f8 is 0.71.

The process color (four color CMYK) of #c972f8 color hex is 0.19, 0.54, 0.00, 0.03. Web safe color of #c972f8 is #cc66ff. Color #c972f8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110010 11111000
Octal 311 162 370
Decimal 201 114 248
Hex C9 72 F8

RGB Percentages of Color #c972f8

%35.70
%20.25
%44.05

CMYK Percentages of Color #c972f8

%19
%54
%0
%3

Triadic Colors of #c972f8

#c972f8 #f8c972 #72f8c9

Analogous Colors of #c972f8

#c972f8 #f872e4 #8672f8

Monochromatic Colors of #c972f8

#c972f8

Complementary Color

#c972f8 #a1f872

#c972f8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c972f8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c972f8 Color CSS Codes

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

#c972f8 Text Font Color

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

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


#c972f8 Background Color

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

This div background color is #c972f8


#c972f8 Border Color

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

This div border color is #c972f8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,114,248, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c972f8


Comments

No comments written yet.

Please login to write comment.