Color Hex Logo

#c840df Color Hex

#C840DF
(200,64,223)
0 Favorites   0 Comments

Color spaces of #c840df

RGB 20064223
HSL0.810.710.56
HSV291°71°87°
CMYK 0.100.710.00   0.13
XYZ38.972121.273971.8642
Yxy21.27390.29500.1610
Hunter Lab46.123670.1069-60.0919
CIE-Lab53.248072.9743-54.7399

#c840df color RGB value is (200,64,223).

#c840df hex color red value is 200, green value is 64 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c840df hue: 0.81 , saturation: 0.71 and the lightness value of c840df is 0.56.

The process color (four color CMYK) of #c840df color hex is 0.10, 0.71, 0.00, 0.13. Web safe color of #c840df is #cc33cc. Color #c840df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000000 11011111
Octal 310 100 337
Decimal 200 64 223
Hex C8 40 DF

RGB Percentages of Color #c840df

%41.07
%13.14
%45.79

CMYK Percentages of Color #c840df

%10
%71
%0
%13

Triadic Colors of #c840df

#c840df #dfc840 #40dfc8

Analogous Colors of #c840df

#c840df #df40a7 #7940df

Monochromatic Colors of #c840df

#c840df

Complementary Color

#c840df #57df40

#c840df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c840df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c840df Color CSS Codes

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

#c840df Text Font Color

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

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


#c840df Background Color

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

This div background color is #c840df


#c840df Border Color

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

This div border color is #c840df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,64,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c840df


Comments

No comments written yet.

Please login to write comment.