Color Hex Logo

#c84683 Color Hex

#C84683
(200,70,131)
0 Favorites   0 Comments

Color spaces of #c84683

RGB 20070131
HSL0.920.540.53
HSV332°65°78°
CMYK 0.000.650.35   0.22
XYZ30.106318.298423.4179
Yxy18.29840.41920.2548
Hunter Lab42.776650.7697-2.5144
CIE-Lab49.856156.9718-6.2834

#c84683 color RGB value is (200,70,131).

#c84683 hex color red value is 200, green value is 70 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #c84683 hue: 0.92 , saturation: 0.54 and the lightness value of c84683 is 0.53.

The process color (four color CMYK) of #c84683 color hex is 0.00, 0.65, 0.35, 0.22. Web safe color of #c84683 is #cc3399. Color #c84683 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000110 10000011
Octal 310 106 203
Decimal 200 70 131
Hex C8 46 83

RGB Percentages of Color #c84683

%49.88
%17.46
%32.67

CMYK Percentages of Color #c84683

%0
%65
%35
%22

Triadic Colors of #c84683

#c84683 #83c846 #4683c8

Analogous Colors of #c84683

#c84683 #c84a46 #c846c4

Monochromatic Colors of #c84683

#c84683

Complementary Color

#c84683 #46c88b

#c84683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84683 Color CSS Codes

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

#c84683 Text Font Color

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

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


#c84683 Background Color

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

This div background color is #c84683


#c84683 Border Color

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

This div border color is #c84683


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,70,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c84683; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c84683;
  -webkit-box-shadow: 1px 1px 3px 2px #c84683;
  box-shadow:         1px 1px 3px 2px #c84683; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,70,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84683


Comments

No comments written yet.

Please login to write comment.