Color Hex Logo

#c62dfc Color Hex

#C62DFC
(198,45,252)
0 Favorites   0 Comments

Color spaces of #c62dfc

RGB 19845252
HSL0.790.970.58
HSV284°82°99°
CMYK 0.210.820.00   0.01
XYZ41.797820.910893.9287
Yxy20.91080.26680.1335
Hunter Lab45.728383.1327-89.7753
CIE-Lab52.851783.4512-71.6795

#c62dfc color RGB value is (198,45,252).

#c62dfc hex color red value is 198, green value is 45 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c62dfc hue: 0.79 , saturation: 0.97 and the lightness value of c62dfc is 0.58.

The process color (four color CMYK) of #c62dfc color hex is 0.21, 0.82, 0.00, 0.01. Web safe color of #c62dfc is #cc33ff. Color #c62dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101101 11111100
Octal 306 55 374
Decimal 198 45 252
Hex C6 2D FC

RGB Percentages of Color #c62dfc

%40.00
%9.09
%50.91

CMYK Percentages of Color #c62dfc

%21
%82
%0
%1

Triadic Colors of #c62dfc

#c62dfc #fcc62d #2dfcc6

Analogous Colors of #c62dfc

#c62dfc #fc2dcb #5f2dfc

Monochromatic Colors of #c62dfc

#c62dfc

Complementary Color

#c62dfc #63fc2d

#c62dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62dfc Color CSS Codes

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

#c62dfc Text Font Color

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

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


#c62dfc Background Color

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

This div background color is #c62dfc


#c62dfc Border Color

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

This div border color is #c62dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62dfc


Comments

No comments written yet.

Please login to write comment.