Color Hex Logo

#c782b8 Color Hex

#C782B8
(199,130,184)
0 Favorites   0 Comments

Color spaces of #c782b8

RGB 199130184
HSL0.870.380.65
HSV313°35°78°
CMYK 0.000.350.08   0.22
XYZ40.187531.568149.3225
Yxy31.56810.33190.2607
Hunter Lab56.185529.3501-12.7179
CIE-Lab62.984334.8294-17.4203

#c782b8 color RGB value is (199,130,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000010 10111000
Octal 307 202 270
Decimal 199 130 184
Hex C7 82 B8

RGB Percentages of Color #c782b8

%38.79
%25.34
%35.87

CMYK Percentages of Color #c782b8

%0
%35
%8
%22

Triadic Colors of #c782b8

#c782b8 #b8c782 #82b8c7

Analogous Colors of #c782b8

#c782b8 #c78296 #b482c7

Monochromatic Colors of #c782b8

#c782b8

Complementary Color

#c782b8 #82c791

#c782b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c782b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c782b8 Color CSS Codes

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

#c782b8 Text Font Color

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

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


#c782b8 Background Color

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

This div background color is #c782b8


#c782b8 Border Color

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

This div border color is #c782b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c782b8


Comments

No comments written yet.

Please login to write comment.