Color Hex Logo

#c784ca Color Hex

#C784CA
(199,132,202)
0 Favorites   0 Comments

Color spaces of #c784ca

RGB 199132202
HSL0.830.400.65
HSV297°35°79°
CMYK 0.010.350.00   0.21
XYZ42.465132.908959.9910
Yxy32.90890.31370.2431
Hunter Lab57.366331.7427-21.8463
CIE-Lab64.087137.0357-25.8791

#c784ca color RGB value is (199,132,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000100 11001010
Octal 307 204 312
Decimal 199 132 202
Hex C7 84 CA

RGB Percentages of Color #c784ca

%37.34
%24.77
%37.90

CMYK Percentages of Color #c784ca

%1
%35
%0
%21

Triadic Colors of #c784ca

#c784ca #cac784 #84cac7

Analogous Colors of #c784ca

#c784ca #ca84aa #a484ca

Monochromatic Colors of #c784ca

#c784ca

Complementary Color

#c784ca #87ca84

#c784ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c784ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c784ca Color CSS Codes

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

#c784ca Text Font Color

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

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


#c784ca Background Color

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

This div background color is #c784ca


#c784ca Border Color

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

This div border color is #c784ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c784ca


Comments

No comments written yet.

Please login to write comment.