Color Hex Logo

#c61ad0 Color Hex

#C61AD0
(198,26,208)
0 Favorites   0 Comments

Color spaces of #c61ad0

RGB 19826208
HSL0.820.780.46
HSV297°88°82°
CMYK 0.050.880.00   0.18
XYZ35.043317.298661.1665
Yxy17.29860.30870.1524
Hunter Lab41.591677.6112-58.0805
CIE-Lab48.634179.9348-53.5862

#c61ad0 color RGB value is (198,26,208).

#c61ad0 hex color red value is 198, green value is 26 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #c61ad0 hue: 0.82 , saturation: 0.78 and the lightness value of c61ad0 is 0.46.

The process color (four color CMYK) of #c61ad0 color hex is 0.05, 0.88, 0.00, 0.18. Web safe color of #c61ad0 is #cc33cc. Color #c61ad0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011010 11010000
Octal 306 32 320
Decimal 198 26 208
Hex C6 1A D0

RGB Percentages of Color #c61ad0

%45.83
%6.02
%48.15

CMYK Percentages of Color #c61ad0

%5
%88
%0
%18

Triadic Colors of #c61ad0

#c61ad0 #d0c61a #1ad0c6

Analogous Colors of #c61ad0

#c61ad0 #d01a7f #6b1ad0

Monochromatic Colors of #c61ad0

#c61ad0

Complementary Color

#c61ad0 #24d01a

#c61ad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61ad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61ad0 Color CSS Codes

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

#c61ad0 Text Font Color

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

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


#c61ad0 Background Color

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

This div background color is #c61ad0


#c61ad0 Border Color

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

This div border color is #c61ad0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61ad0


Comments

No comments written yet.

Please login to write comment.