Color Hex Logo

#c81fdc Color Hex

#C81FDC
(200,31,220)
0 Favorites   0 Comments

Color spaces of #c81fdc

RGB 20031220
HSL0.820.750.49
HSV294°86°86°
CMYK 0.090.860.00   0.14
XYZ37.227718.426669.3047
Yxy18.42660.29790.1475
Hunter Lab42.926279.6830-65.6758
CIE-Lab50.009581.3063-58.2311

#c81fdc color RGB value is (200,31,220).

#c81fdc hex color red value is 200, green value is 31 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c81fdc hue: 0.82 , saturation: 0.75 and the lightness value of c81fdc is 0.49.

The process color (four color CMYK) of #c81fdc color hex is 0.09, 0.86, 0.00, 0.14. Web safe color of #c81fdc is #cc33cc. Color #c81fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011111 11011100
Octal 310 37 334
Decimal 200 31 220
Hex C8 1F DC

RGB Percentages of Color #c81fdc

%44.35
%6.87
%48.78

CMYK Percentages of Color #c81fdc

%9
%86
%0
%14

Triadic Colors of #c81fdc

#c81fdc #dcc81f #1fdcc8

Analogous Colors of #c81fdc

#c81fdc #dc1f92 #6a1fdc

Monochromatic Colors of #c81fdc

#c81fdc

Complementary Color

#c81fdc #33dc1f

#c81fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c81fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c81fdc Color CSS Codes

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

#c81fdc Text Font Color

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

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


#c81fdc Background Color

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

This div background color is #c81fdc


#c81fdc Border Color

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

This div border color is #c81fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c81fdc


Comments

No comments written yet.

Please login to write comment.