Color Hex Logo

#c782bf Color Hex

#C782BF
(199,130,191)
0 Favorites   0 Comments

Color spaces of #c782bf

RGB 199130191
HSL0.850.380.65
HSV307°35°78°
CMYK 0.000.350.04   0.22
XYZ40.939831.869053.2838
Yxy31.86900.32470.2527
Hunter Lab56.452630.6572-16.4451
CIE-Lab63.234536.0783-20.9957

#c782bf color RGB value is (199,130,191).

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

The process color (four color CMYK) of #c782bf color hex is 0.00, 0.35, 0.04, 0.22. Web safe color of #c782bf is #cc99cc. Color #c782bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000010 10111111
Octal 307 202 277
Decimal 199 130 191
Hex C7 82 BF

RGB Percentages of Color #c782bf

%38.27
%25.00
%36.73

CMYK Percentages of Color #c782bf

%0
%35
%4
%22

Triadic Colors of #c782bf

#c782bf #bfc782 #82bfc7

Analogous Colors of #c782bf

#c782bf #c7829d #ad82c7

Monochromatic Colors of #c782bf

#c782bf

Complementary Color

#c782bf #82c78a

#c782bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c782bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c782bf Color CSS Codes

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

#c782bf Text Font Color

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

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


#c782bf Background Color

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

This div background color is #c782bf


#c782bf Border Color

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

This div border color is #c782bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c782bf


Comments

No comments written yet.

Please login to write comment.