color codes Logo

#c61cdc color codes

#C61CDC
(198,28,220)
0 Favorites   0 Comments

Color spaces of #c61cdc

RGB 19828220
HSL0.810.770.49
HSV293°87°86°
CMYK 0.100.870.00   0.14
XYZ36.622218.003669.2550
Yxy18.00360.29560.1453
Hunter Lab42.430679.8110-67.0713
CIE-Lab49.500581.5061-59.0676

#c61cdc color RGB value is (198,28,220).

#c61cdc hex color red value is 198, green value is 28 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c61cdc hue: 0.81 , saturation: 0.77 and the lightness value of c61cdc is 0.49.

The process color (four color CMYK) of #c61cdc color code is 0.10, 0.87, 0.00, 0.14. Web safe color of #c61cdc is #cc33cc. Color #c61cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011100 11011100
Octal 306 34 334
Decimal 198 28 220
Hex C6 1C DC

RGB Percentages of Color #c61cdc

%44.39
%6.28
%49.33

CMYK Percentages of Color #c61cdc

%10
%87
%0
%14

Triadic Colors of #c61cdc

#c61cdc #dcc61c #1cdcc6

Analogous Colors of #c61cdc

#c61cdc #dc1c92 #661cdc

Monochromatic Colors of #c61cdc

#c61cdc

Complementary Color

#c61cdc #32dc1c

#c61cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61cdc Color CSS Codes

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

#c61cdc Text Font Color

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

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


#c61cdc Background Color

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

This div background color is #c61cdc


#c61cdc Border Color

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

This div border color is #c61cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61cdc


Comments

No comments written yet.

Please login to write comment.