Color Hex Logo

#c683ba Color Hex

#C683BA
(198,131,186)
0 Favorites   0 Comments

Color spaces of #c683ba

RGB 198131186
HSL0.860.370.65
HSV311°34°78°
CMYK 0.000.340.06   0.22
XYZ40.267931.783550.4669
Yxy31.78350.32870.2594
Hunter Lab56.376928.8364-13.6109
CIE-Lab63.163534.3069-18.2902

#c683ba color RGB value is (198,131,186).

#c683ba hex color red value is 198, green value is 131 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c683ba hue: 0.86 , saturation: 0.37 and the lightness value of c683ba is 0.65.

The process color (four color CMYK) of #c683ba color hex is 0.00, 0.34, 0.06, 0.22. Web safe color of #c683ba is #cc99cc. Color #c683ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000011 10111010
Octal 306 203 272
Decimal 198 131 186
Hex C6 83 BA

RGB Percentages of Color #c683ba

%38.45
%25.44
%36.12

CMYK Percentages of Color #c683ba

%0
%34
%6
%22

Triadic Colors of #c683ba

#c683ba #bac683 #83bac6

Analogous Colors of #c683ba

#c683ba #c68399 #b183c6

Monochromatic Colors of #c683ba

#c683ba

Complementary Color

#c683ba #83c68f

#c683ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c683ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c683ba Color CSS Codes

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

#c683ba Text Font Color

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

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


#c683ba Background Color

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

This div background color is #c683ba


#c683ba Border Color

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

This div border color is #c683ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c683ba


Comments

No comments written yet.

Please login to write comment.