Color Hex Logo

#c782ca Color Hex

#C782CA
(199,130,202)
0 Favorites   0 Comments

Color spaces of #c782ca

RGB 199130202
HSL0.830.400.65
HSV298°36°79°
CMYK 0.010.360.00   0.21
XYZ42.196532.371659.9015
Yxy32.37160.31380.2407
Hunter Lab56.896032.8150-22.5947
CIE-Lab63.648838.1171-26.5531

#c782ca color RGB value is (199,130,202).

#c782ca hex color red value is 199, green value is 130 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c782ca hue: 0.83 , saturation: 0.40 and the lightness value of c782ca is 0.65.

The process color (four color CMYK) of #c782ca color hex is 0.01, 0.36, 0.00, 0.21. Web safe color of #c782ca is #cc99cc. Color #c782ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000010 11001010
Octal 307 202 312
Decimal 199 130 202
Hex C7 82 CA

RGB Percentages of Color #c782ca

%37.48
%24.48
%38.04

CMYK Percentages of Color #c782ca

%1
%36
%0
%21

Triadic Colors of #c782ca

#c782ca #cac782 #82cac7

Analogous Colors of #c782ca

#c782ca #ca82a9 #a382ca

Monochromatic Colors of #c782ca

#c782ca

Complementary Color

#c782ca #85ca82

#c782ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c782ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c782ca Color CSS Codes

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

#c782ca Text Font Color

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

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


#c782ca Background Color

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

This div background color is #c782ca


#c782ca Border Color

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

This div border color is #c782ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c782ca


Comments

No comments written yet.

Please login to write comment.