Color Hex Logo

#c612dc Color Hex

#C612DC
(198,18,220)
0 Favorites   0 Comments

Color spaces of #c612dc

RGB 19818220
HSL0.820.850.47
HSV293°92°86°
CMYK 0.100.920.00   0.14
XYZ36.423317.605769.1887
Yxy17.60570.29560.1429
Hunter Lab41.959181.5212-68.3951
CIE-Lab49.014382.9417-59.8509

#c612dc color RGB value is (198,18,220).

#c612dc hex color red value is 198, green value is 18 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c612dc hue: 0.82 , saturation: 0.85 and the lightness value of c612dc is 0.47.

The process color (four color CMYK) of #c612dc color hex is 0.10, 0.92, 0.00, 0.14. Web safe color of #c612dc is #cc00cc. Color #c612dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010010 11011100
Octal 306 22 334
Decimal 198 18 220
Hex C6 12 DC

RGB Percentages of Color #c612dc

%45.41
%4.13
%50.46

CMYK Percentages of Color #c612dc

%10
%92
%0
%14

Triadic Colors of #c612dc

#c612dc #dcc612 #12dcc6

Analogous Colors of #c612dc

#c612dc #dc128d #6112dc

Monochromatic Colors of #c612dc

#c612dc

Complementary Color

#c612dc #28dc12

#c612dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c612dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c612dc Color CSS Codes

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

#c612dc Text Font Color

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

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


#c612dc Background Color

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

This div background color is #c612dc


#c612dc Border Color

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

This div border color is #c612dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c612dc


Comments

No comments written yet.

Please login to write comment.