Color Hex Logo

#c672fa Color Hex

#C672FA
(198,114,250)
0 Favorites   0 Comments

Color spaces of #c672fa

RGB 198114250
HSL0.770.930.71
HSV277°54°98°
CMYK 0.210.540.00   0.02
XYZ46.561330.942593.9609
Yxy30.94250.27160.1805
Hunter Lab55.626052.0666-61.2118
CIE-Lab62.459155.9680-55.1369

#c672fa color RGB value is (198,114,250).

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

The process color (four color CMYK) of #c672fa color hex is 0.21, 0.54, 0.00, 0.02. Web safe color of #c672fa is #cc66ff. Color #c672fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110010 11111010
Octal 306 162 372
Decimal 198 114 250
Hex C6 72 FA

RGB Percentages of Color #c672fa

%35.23
%20.28
%44.48

CMYK Percentages of Color #c672fa

%21
%54
%0
%2

Triadic Colors of #c672fa

#c672fa #fac672 #72fac6

Analogous Colors of #c672fa

#c672fa #fa72ea #8272fa

Monochromatic Colors of #c672fa

#c672fa

Complementary Color

#c672fa #a6fa72

#c672fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c672fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c672fa Color CSS Codes

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

#c672fa Text Font Color

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

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


#c672fa Background Color

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

This div background color is #c672fa


#c672fa Border Color

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

This div border color is #c672fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c672fa


Comments

No comments written yet.

Please login to write comment.