Color Hex Logo

#c782ed Color Hex

#C782ED
(199,130,237)
0 Favorites   0 Comments

Color spaces of #c782ed

RGB 199130237
HSL0.770.750.72
HSV279°45°93°
CMYK 0.160.450.00   0.07
XYZ46.821934.221884.2584
Yxy34.22180.28330.2070
Hunter Lab58.499440.4943-44.4475
CIE-Lab65.138245.1538-43.7241

#c782ed color RGB value is (199,130,237).

#c782ed hex color red value is 199, green value is 130 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c782ed hue: 0.77 , saturation: 0.75 and the lightness value of c782ed is 0.72.

The process color (four color CMYK) of #c782ed color hex is 0.16, 0.45, 0.00, 0.07. Web safe color of #c782ed is #cc99ff. Color #c782ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000010 11101101
Octal 307 202 355
Decimal 199 130 237
Hex C7 82 ED

RGB Percentages of Color #c782ed

%35.16
%22.97
%41.87

CMYK Percentages of Color #c782ed

%16
%45
%0
%7

Triadic Colors of #c782ed

#c782ed #edc782 #82edc7

Analogous Colors of #c782ed

#c782ed #ed82de #9282ed

Monochromatic Colors of #c782ed

#c782ed

Complementary Color

#c782ed #a8ed82

#c782ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c782ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c782ed Color CSS Codes

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

#c782ed Text Font Color

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

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


#c782ed Background Color

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

This div background color is #c782ed


#c782ed Border Color

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

This div border color is #c782ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c782ed


Comments

No comments written yet.

Please login to write comment.