Color Hex Logo

#c62ccf Color Hex

#C62CCF
(198,44,207)
0 Favorites   0 Comments

Color spaces of #c62ccf

RGB 19844207
HSL0.820.650.49
HSV297°79°81°
CMYK 0.040.790.00   0.19
XYZ35.451918.312160.6976
Yxy18.31210.30970.1600
Hunter Lab42.792672.9926-54.1428
CIE-Lab49.872575.9850-51.0283

#c62ccf color RGB value is (198,44,207).

#c62ccf hex color red value is 198, green value is 44 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c62ccf hue: 0.82 , saturation: 0.65 and the lightness value of c62ccf is 0.49.

The process color (four color CMYK) of #c62ccf color hex is 0.04, 0.79, 0.00, 0.19. Web safe color of #c62ccf is #cc33cc. Color #c62ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101100 11001111
Octal 306 54 317
Decimal 198 44 207
Hex C6 2C CF

RGB Percentages of Color #c62ccf

%44.10
%9.80
%46.10

CMYK Percentages of Color #c62ccf

%4
%79
%0
%19

Triadic Colors of #c62ccf

#c62ccf #cfc62c #2ccfc6

Analogous Colors of #c62ccf

#c62ccf #cf2c87 #752ccf

Monochromatic Colors of #c62ccf

#c62ccf

Complementary Color

#c62ccf #35cf2c

#c62ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62ccf Color CSS Codes

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

#c62ccf Text Font Color

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

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


#c62ccf Background Color

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

This div background color is #c62ccf


#c62ccf Border Color

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

This div border color is #c62ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62ccf


Comments

No comments written yet.

Please login to write comment.