Color Hex Logo

#c642fa Color Hex

#C642FA
(198,66,250)
0 Favorites   0 Comments

Color spaces of #c642fa

RGB 19866250
HSL0.790.950.62
HSV283°74°98°
CMYK 0.210.740.00   0.02
XYZ42.492222.804392.6046
Yxy22.80430.26910.1444
Hunter Lab47.753875.2632-81.5479
CIE-Lab54.870276.8450-67.3005

#c642fa color RGB value is (198,66,250).

#c642fa hex color red value is 198, green value is 66 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c642fa hue: 0.79 , saturation: 0.95 and the lightness value of c642fa is 0.62.

The process color (four color CMYK) of #c642fa color hex is 0.21, 0.74, 0.00, 0.02. Web safe color of #c642fa is #cc33ff. Color #c642fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000010 11111010
Octal 306 102 372
Decimal 198 66 250
Hex C6 42 FA

RGB Percentages of Color #c642fa

%38.52
%12.84
%48.64

CMYK Percentages of Color #c642fa

%21
%74
%0
%2

Triadic Colors of #c642fa

#c642fa #fac642 #42fac6

Analogous Colors of #c642fa

#c642fa #fa42d2 #6a42fa

Monochromatic Colors of #c642fa

#c642fa

Complementary Color

#c642fa #76fa42

#c642fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c642fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c642fa Color CSS Codes

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

#c642fa Text Font Color

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

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


#c642fa Background Color

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

This div background color is #c642fa


#c642fa Border Color

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

This div border color is #c642fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c642fa


Comments

No comments written yet.

Please login to write comment.