Color Hex Logo

#c782de Color Hex

#C782DE
(199,130,222)
0 Favorites   0 Comments

Color spaces of #c782de

RGB 199130222
HSL0.790.580.69
HSV285°41°87°
CMYK 0.100.410.00   0.13
XYZ44.720633.381373.1934
Yxy33.38130.29560.2206
Hunter Lab57.776637.0548-34.6671
CIE-Lab64.468542.0428-36.4612

#c782de color RGB value is (199,130,222).

#c782de hex color red value is 199, green value is 130 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c782de hue: 0.79 , saturation: 0.58 and the lightness value of c782de is 0.69.

The process color (four color CMYK) of #c782de color hex is 0.10, 0.41, 0.00, 0.13. Web safe color of #c782de is #cc99cc. Color #c782de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000010 11011110
Octal 307 202 336
Decimal 199 130 222
Hex C7 82 DE

RGB Percentages of Color #c782de

%36.12
%23.59
%40.29

CMYK Percentages of Color #c782de

%10
%41
%0
%13

Triadic Colors of #c782de

#c782de #dec782 #82dec7

Analogous Colors of #c782de

#c782de #de82c7 #9982de

Monochromatic Colors of #c782de

#c782de

Complementary Color

#c782de #99de82

#c782de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c782de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c782de Color CSS Codes

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

#c782de Text Font Color

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

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


#c782de Background Color

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

This div background color is #c782de


#c782de Border Color

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

This div border color is #c782de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,130,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c782de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c782de;
  -webkit-box-shadow: 1px 1px 3px 2px #c782de;
  box-shadow:         1px 1px 3px 2px #c782de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,130,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c782de


Comments

No comments written yet.

Please login to write comment.